ros.grant.common 2.0.1354 → 2.0.1355
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -188,6 +188,22 @@
|
|
|
188
188
|
border-right: none;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
+
&.status-wrap {
|
|
192
|
+
min-width: 218px;
|
|
193
|
+
|
|
194
|
+
@media (max-width: 991px) {
|
|
195
|
+
min-width: auto;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
&.direction-wrap {
|
|
200
|
+
min-width: 275px;
|
|
201
|
+
|
|
202
|
+
@media (max-width: 991px) {
|
|
203
|
+
min-width: auto;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
191
207
|
&.nowrap {
|
|
192
208
|
p {
|
|
193
209
|
white-space: nowrap;
|
package/package.json
CHANGED