thecore_ui_rails_admin 2.2.4 → 2.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a88c05387d683aceef51baaf157fd1e9d7e38f7f10a458540f75108923c12e4
4
- data.tar.gz: 3e02ba92656c351b21a0b70c1d4131e023d0ecb46941f2b582f3a121727dd7b9
3
+ metadata.gz: 2d73e0bc8f104864ff7cc1cbf34b285ee450442d24f5d7f3267a2327abe66d49
4
+ data.tar.gz: f6be9a332cc976733b74f103a6f3e06ff6da2de541ebb9ec528408f0157cb4af
5
5
  SHA512:
6
- metadata.gz: 81b689397cf5318551d3bf03d3b1abca9e70d9c6412d2a866f61fc14600b6476fe30616877a77d3eba6ec995abaf6143f0d607cb3c1199eedbbfb2798158de52
7
- data.tar.gz: 6c35dd997da9828d068635b0b1e359d931722edc734c1792a4ca7a42bc055a8052d7fe03c91c715efd5eefb2fc995419f8965307078b2cb423f16fa85c6170f1
6
+ metadata.gz: e6ce72b61e4e37e094f3fd56bb8b45be3382b5c27b3a6d5b2b0e11d41693bb92ad1d0f31ce4dece1176f4e80b4d493bafee3592a0608443c9664d5adbd421cf9
7
+ data.tar.gz: 5a9b33569346fbc317fad074bb0b09f7d46e5cc52df3f96eab0ed754cd4c881a00345598071e16e1268d8d99fcc0004c9215492983dd451fb0b5687ef4279868
@@ -1,6 +1,4 @@
1
1
  $primary: #1f4068 !default;
2
- // $primary: #ed6501 !default;
3
-
4
2
 
5
3
  $background: lighten($primary, 51%) !default;
6
4
  $shadows: darken($primary, 10%) !default;
@@ -295,4 +295,12 @@ a.delete {
295
295
  body.rails_admin {
296
296
  padding-top: 0px;
297
297
  background-color: $background;
298
- }
298
+ }
299
+
300
+ body.rails_admin .form-horizontal input, body.rails_admin .form-horizontal textarea {
301
+ width: 100%;
302
+ width: -moz-available; /* WebKit-based browsers will ignore this. */
303
+ width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
304
+ width: fill-available;
305
+ max-width: max-content;
306
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.4
4
+ version: 2.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-09 00:00:00.000000000 Z
11
+ date: 2021-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons