chr 0.2.0 → 0.2.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
  SHA1:
3
- metadata.gz: a6fea1a403df7fa8fb67b865cd4be5a7e7c4ad83
4
- data.tar.gz: f37f39a6e5085f4d9acf6562302d63c83f8a022a
3
+ metadata.gz: 7349b5bd70a0b05aaf3a633a3c51b3f7c626da3f
4
+ data.tar.gz: 96896128a99565eb3f1b59419d8b4678b6cd27bc
5
5
  SHA512:
6
- metadata.gz: 219e1d5a073982bd939ec2dac02b9da07b79af1c7e4edafe5a8f351ae17b73ecdbc964bfa6f6dea85ec69852ca855a39f62a840036c40927573a8a97ac51af7f
7
- data.tar.gz: e0681fa1a0689875d3f127aa86af2bfe2b26492cb5403a2124a4027e6231ba2dabbb66bcef03bec1ae5d7f197d28b1a3a5e7cbb4ba3986bd2a9aa71c5cd415ab
6
+ metadata.gz: 756015e110eb04f9bf47d08b3d7185181a3e14438118d1b7fd7d90454f72f22610c4c7d36b6bf1792b84d54680b1e1c6b4b254937e0d63fb1cc8749df9ece105
7
+ data.tar.gz: ed74cff422c37caeaf12ed7941b0caa53fc702eae5f5cf3497bec744acafb033483dca054df145ceaa2eeba88da9a17d037a9fb51f40bcbe7feb764d1e35a51b
@@ -15,7 +15,7 @@ html, body, .view { overflow: hidden; }
15
15
  /* Headers ----------------------------------------------------------------- */
16
16
  .view header,
17
17
  .list header { text-align: center; position: relative; z-index: 1; line-height: 2.6; max-height: 42px; background-color: $white;
18
- .title { font-weight: 500; color: $black; display: inline-block; width: 70%; @include truncate; }
18
+ .title { font-weight: 500; color: $black; display: inline-block; max-width: 70%; @include truncate; }
19
19
  .back, .close { @include absolutePosition(0 inherit inherit 0); @extend .icon-back; overflow: hidden; height: 41px; }
20
20
  .new { @include absolutePosition(0 0 inherit inherit); @extend .icon-plus; }
21
21
  .save { @include absolutePosition(0 1em inherit inherit); @include headerButton; }
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chr",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "homepage": "https://github.com/slate-studio/chr",
5
5
  "authors": [
6
6
  "Slate Studio (http://www.slatestudio.com)"
@@ -1,3 +1,3 @@
1
1
  module Chr
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chr",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "devDependencies": {
5
5
  "grunt": "^0.4.5",
6
6
  "grunt-contrib-clean": "^0.6.0",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Kravets