tao_form 0.2.2 → 0.2.3

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
  SHA1:
3
- metadata.gz: cc5e0ae1bcffe00de2a140b08c37b3f9283ba8fc
4
- data.tar.gz: 13858715ea0e415f031ac0d4ab39b63d3c7652c3
3
+ metadata.gz: 28fefbec7ddb085df080c89df80fcfe4874c1af0
4
+ data.tar.gz: fa7c170ccf61954b512c5f30f2c17be4a02c603a
5
5
  SHA512:
6
- metadata.gz: 1fd6e798f6336aa2f5db95ad5e9f9ee2b0d3501106ef88069e737cc5dab58e485ced6bc706e2c6aa852600fa2d65f298e3d28d2e134c08635a32b951709af287
7
- data.tar.gz: be9135833e798142a5b65e139b6664bd9a2d2287c595e0b82b824f7aa336bdbf4de458bfc3cbbd25c9aa15a8c4696a27eb44d9b9d86033cf1b64907c6fd492ac
6
+ metadata.gz: 1022017b939ac75580682f555989da5056adce86b57b18872c3e226453ca16ac798fd04326f103664ee42c516f34a0c6b5ded8bfb27ecda69219e31782eca12e
7
+ data.tar.gz: 6f15fd717e4ce57ec79466f456be0e49b0adce2ba96ec85f8e441918ca47685612e6dde9c67f4059655f598e3f604cce96c076fefba6204980db91ac60dc08d9
@@ -4,13 +4,15 @@
4
4
  .tao-form .text-field {
5
5
  display: flex;
6
6
 
7
- .input-field {
8
- padding-right: 0;
9
- flex: 1 1 auto;
10
- }
11
-
12
- .suffix {
7
+ .suffix, .prefix {
13
8
  flex: 0 0 auto;
14
9
  position: static;
15
10
  }
11
+
12
+ &.text-field-with-prefix .input-field,
13
+ &.text-field-with-suffix .input-field {
14
+ padding-left: 0;
15
+ padding-right: 0;
16
+ flex: 1 1 auto;
17
+ }
16
18
  }
@@ -1,3 +1,3 @@
1
1
  module TaoForm
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tao_form
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - your name
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-16 00:00:00.000000000 Z
11
+ date: 2017-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tao_on_rails