ros.grant.common 2.0.959 → 2.0.964
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.
|
@@ -110,8 +110,6 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.k-animation-container {
|
|
113
|
-
width: 50% !important;
|
|
114
|
-
|
|
115
113
|
.k-popup {
|
|
116
114
|
width: 100% !important;
|
|
117
115
|
}
|
|
@@ -127,5 +125,7 @@
|
|
|
127
125
|
}
|
|
128
126
|
|
|
129
127
|
.k-filtercell>span .k-widget{
|
|
130
|
-
|
|
128
|
+
&:not(.k-dropdown-operator.k-widget){
|
|
129
|
+
width: 100% !important;
|
|
130
|
+
}
|
|
131
131
|
}
|
package/package.json
CHANGED