thecore_ui_rails_admin 2.2.5 → 2.2.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e1514b337b6822dd4f2ff855f6c8b9a770e2bc315e1c59aa136ea87c7bac78e
|
|
4
|
+
data.tar.gz: db138a3bd70e254e7ee73c920fcde5a7da875922754d930c38133b13bf1be441
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79c633f8fed2736db5270569bc329e28373ad2f5a924371521a9688ddb237e904b4ebebed333c095b7409e935958f39f328ff66b146fb426f6c65dc12941b09c
|
|
7
|
+
data.tar.gz: fea703d7cb39281cd1693a4dcc4465759438fe801978310f361171a4411b525a84de5c0ef844e35b4247f3b05eb2134fa515cff7bb164f57c9845b4d6c546a29
|
|
@@ -302,5 +302,5 @@ body.rails_admin .form-horizontal input, body.rails_admin .form-horizontal texta
|
|
|
302
302
|
width: -moz-available; /* WebKit-based browsers will ignore this. */
|
|
303
303
|
width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
|
|
304
304
|
width: fill-available;
|
|
305
|
-
max-width: max-content;
|
|
305
|
+
// max-width: max-content;
|
|
306
306
|
}
|