dlegr250_material_design 0.1.54 → 0.1.55

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: 3104a4a95aa6dcd00cc46106adb841dd8b7d9c4e
4
- data.tar.gz: 26234cb96336880ef8c8111603c207a307e63029
3
+ metadata.gz: 5230062878795c350ec1a1925b500c66f478b362
4
+ data.tar.gz: 31597096239299f92b2ae22cdac5e51707491d14
5
5
  SHA512:
6
- metadata.gz: 30d36885171b6dcd84513fe40c86310d1ec4d329895d4da69eea5151a66dea7f34585385515f19aa6d86c6a477cab20a3c7d2997b0b04a4bc869da2e2d5b6a35
7
- data.tar.gz: ae38c24cc44817ab310ed3b9d313882041f33464366397bc587c98a7918e91b2680741fe5eeac65e83335fbfb3e5ece3951dbcf65cb0bf57936252a8f5d5018f
6
+ metadata.gz: ccfa1b25008edcd4ec4d94dc17640af6a5a1ff196fcc09a2e3755d5be6589ffe9243e70a3a15da24a1c015b9a864ccba0f63bbd0b70a4b96e65967173eb58905
7
+ data.tar.gz: b49484b8870289355b6a53f25ad89b5323c20333823ff5fd806892e0d8850d90a816a1ad7555b923f97fb149181c9939143cbdb04863a212b4d93a399093bfe1
@@ -1,3 +1,3 @@
1
1
  module Dlegr250MaterialDesign
2
- VERSION = "0.1.54"
2
+ VERSION = "0.1.55"
3
3
  end
@@ -2,9 +2,10 @@
2
2
  //----------------------------------------------------------------------
3
3
 
4
4
  .tabs {
5
- display: table;
5
+ // display: table;
6
+ display: inline-block;
6
7
  height: $tab-height;
7
- table-layout: fixed;
8
+ // table-layout: fixed;
8
9
  width: 100%;
9
10
  }
10
11
 
@@ -19,12 +20,14 @@
19
20
  border-bottom: 2px solid transparent;
20
21
  color: color("helper");
21
22
  cursor: pointer;
22
- display: table-cell;
23
+ // display: table-cell;
24
+ display: inline-block;
25
+ float: left;
23
26
  font-size: $font-size-normal;
24
27
  font-weight: 600;
25
28
  height: $tab-height - 2px; // Account for 2px bottom border on tab
26
- // max-width: 264px;
27
- // min-width: 72px;
29
+ max-width: 264px;
30
+ min-width: 72px;
28
31
  padding: 0 $spacing-small;
29
32
  text-align: center;
30
33
  text-decoration: none;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dlegr250_material_design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.54
4
+ version: 0.1.55
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel LeGrand