@ardimedia/angular-portal-azure 0.3.5 → 0.3.6
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.
package/package.json
CHANGED
|
@@ -981,6 +981,14 @@ a:focus, a:hover {
|
|
|
981
981
|
width: 21px;
|
|
982
982
|
}
|
|
983
983
|
|
|
984
|
+
/* ===== Kendo Grid — full-width inside blades ===== */
|
|
985
|
+
.fxs-blade kendo-grid {
|
|
986
|
+
width: 100%;
|
|
987
|
+
}
|
|
988
|
+
.fxs-blade kendo-grid table {
|
|
989
|
+
min-width: 100%;
|
|
990
|
+
}
|
|
991
|
+
|
|
984
992
|
/* ===== Utilities ===== */
|
|
985
993
|
.collapsed {
|
|
986
994
|
visibility: collapse;
|