tao_form 0.2.1 → 0.2.2

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: e5521bf4502ca9a6941d4abac9ef625729fb2a09
4
- data.tar.gz: f524d32a134b56fc71dad0577957e146cc8a08d9
3
+ metadata.gz: cc5e0ae1bcffe00de2a140b08c37b3f9283ba8fc
4
+ data.tar.gz: 13858715ea0e415f031ac0d4ab39b63d3c7652c3
5
5
  SHA512:
6
- metadata.gz: 6343308262bd1fb10c8bb8958722928af99818327873f06db04806508212d5bab0d4c4ffc4d676fe071fc49021ac1c746619f344c4a68f1e2271f885220f8232
7
- data.tar.gz: f0fe200e9f83d874ff464ee2b25020612cf50863deb4cb74c848b264dbea71e05ba98092fe3c35c03fc7e6cde71f92f7a37235203c99b3a1937ca1ad967b16ed
6
+ metadata.gz: 1fd6e798f6336aa2f5db95ad5e9f9ee2b0d3501106ef88069e737cc5dab58e485ced6bc706e2c6aa852600fa2d65f298e3d28d2e134c08635a32b951709af287
7
+ data.tar.gz: be9135833e798142a5b65e139b6664bd9a2d2287c595e0b82b824f7aa336bdbf4de458bfc3cbbd25c9aa15a8c4696a27eb44d9b9d86033cf1b64907c6fd492ac
@@ -1,2 +1,16 @@
1
1
  @import 'tao/form/mobile/globals';
2
2
  @import 'tao/form/shared/inputs/text';
3
+
4
+ .tao-form .text-field {
5
+ display: flex;
6
+
7
+ .input-field {
8
+ padding-right: 0;
9
+ flex: 1 1 auto;
10
+ }
11
+
12
+ .suffix {
13
+ flex: 0 0 auto;
14
+ position: static;
15
+ }
16
+ }
@@ -6,7 +6,9 @@
6
6
  justify-content: center;
7
7
  align-items: center;
8
8
  position: absolute;
9
- width: $form-field-height;
9
+ padding: 0 .5em;
10
+ min-width: $form-field-height;
11
+ width: auto;
10
12
  height: $form-field-height;
11
13
  font-size: $form-field-font-size;
12
14
  color: $lighter-grey-color;
@@ -1,3 +1,3 @@
1
1
  module TaoForm
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
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.1
4
+ version: 0.2.2
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-09-26 00:00:00.000000000 Z
11
+ date: 2017-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tao_on_rails
@@ -362,7 +362,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
362
362
  version: '0'
363
363
  requirements: []
364
364
  rubyforge_project:
365
- rubygems_version: 2.6.11
365
+ rubygems_version: 2.6.14
366
366
  signing_key:
367
367
  specification_version: 4
368
368
  summary: ''