active_frontend 16.3.0 → 16.3.1

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: 7115a0b516d3b657078ba7c030414d67098cb7cd860b5b34a9555c34baf97763
4
- data.tar.gz: 5c100acba34ab1d54fc7b0ede2e801e2d6f6023936e7722ecbe010a0d698c7ac
3
+ metadata.gz: f55a35c7d7bec2786033ae44fd2c4b72dae3c27e0720616c0fdecca40296736e
4
+ data.tar.gz: 3a85a78653d04b07dba8bfcf7d79f2fa2baf8db2e7bbe847b062e3e65bf503ad
5
5
  SHA512:
6
- metadata.gz: b70f01b5d30ed5588079b03e49e57b0a7abe872fd57679acb112d21dd145660eee76df8d1fcdae953008fd5d9e24e3d2e4dd9b20fa584054111fa29c80b5ee20
7
- data.tar.gz: edb66615fddc69094a01d4c9aaf5a291cc61c0f27836056ded19a5181a2d8354fdb7b50067a0f06f7afb679f6cf273517893f28a56052578d1cfa5e73da94113
6
+ metadata.gz: 73cdf7025282cc1284ab36b0159709944f3a4006e2e56937a45fe587d03d411693d06d50518954ea558f36353c59623103aecaadc79f31874addc363a19e7e1e
7
+ data.tar.gz: f209974ddde480a8b8008ef632a61131268c976241e3bd2cadbfc632925b6a9d74747ef35d5a268b59076b0cf1071b1bed84430c88f1e86c37a3c0edcb9a8448
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '16.3.0'
4
+ VERSION ||= '16.3.1'
5
5
  end
@@ -118,7 +118,10 @@ input {
118
118
  &::placeholder { line-height: 20px; }
119
119
  }
120
120
  select {
121
- padding: 13px 15px;
121
+ overflow: hidden;
122
+ padding: 13px 35px 13px 15px;
123
+ text-overflow: ellipsis;
124
+ white-space: nowrap;
122
125
 
123
126
  [multiple],
124
127
  [size] { height: auto; }
@@ -237,20 +240,20 @@ textarea {
237
240
  &.form-size-l {
238
241
  select {
239
242
  font-size: text-size(l);
240
- padding: 20px;
243
+ padding: 20px 40px 20px 20px;
241
244
  }
242
245
  }
243
246
  &.form-size-m {
244
247
  select {
245
248
  font-size: text-size(m);
246
- padding: 15px 20px 17px;
249
+ padding: 15px 40px 17px 20px;
247
250
  }
248
251
  }
249
252
  &.form-size-s {
250
253
  select {
251
254
  font-size: text-size(s);
252
255
  margin-bottom: 5px;
253
- padding: 9px 10px 8px;
256
+ padding: 9px 25px 8px 10px;
254
257
  }
255
258
  }
256
259
  &.form-width-l {
@@ -85,7 +85,10 @@
85
85
  > a {
86
86
  clear: both;
87
87
  display: block;
88
+ overflow: hidden;
88
89
  padding: 10px 20px;
90
+ text-overflow: ellipsis;
91
+ white-space: nowrap;
89
92
 
90
93
  i:first-child {
91
94
  display: inline-block;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 16.3.0
4
+ version: 16.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-09 00:00:00.000000000 Z
11
+ date: 2018-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -133,7 +133,7 @@ files:
133
133
  - ".DS_Store"
134
134
  - ".fasterer.yml"
135
135
  - ".gitignore"
136
- - ".reek"
136
+ - ".reek.yml"
137
137
  - ".rspec"
138
138
  - ".rubocop.yml"
139
139
  - ".scss-lint.yml"