nfg_ui 0.10.4 → 0.10.4.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: 65fe7b8483a3606e7d584aaccb37623e4f6c85772a5251437093f2d203b1339e
4
- data.tar.gz: 88c1942ddac00ea1d8f2f9b33567151c2767ce430b9f14a84982ef10183a9d79
3
+ metadata.gz: 0c9fc90e202ea7d9a08078e1a4f89ec3c361432e10c47024660668d71babbbec
4
+ data.tar.gz: d26cb49c78b9987f162fde28b0adbfd33d47b121f752bd9468f0ca12a834c1f4
5
5
  SHA512:
6
- metadata.gz: 559e5643cc773d874a7cb5ab9b2f9c798c3c9a8a7b8bc2a3de07f9de702c22bf9edb0a8b3fff2f2bd7fb25f2b09c1a293434c7bf1b8dddb7852fb0bf3a364dfb
7
- data.tar.gz: 30cadc1d77e89d1b5452a250e8b7b56ed25cde08764a11a86299e01aa20c142fa2ea47836fd8136e263c8c34f52cd326de0f0ddcbb6bdbe1dbac5b40d9923b81
6
+ metadata.gz: '09f789b11dca1cfd55007de31986c9484af3be4c0d72e399d3cd641e5fed14ab8df402aaf8afe31fbd02d47cadb375cb553a8b19fd784d837e52632564f68ed5'
7
+ data.tar.gz: a3db4ef2ef37c8d79e9b08260d5eb476ebeb424de38a7f11e5cfdfd85ed5bb9026c81eeca3a902b10d572c2ec3ac8dd15c43fdcd50700ed7d18b882b52194add
@@ -136,7 +136,7 @@ body:not(.modal-open) {
136
136
  font-weight: $font-weight-normal;
137
137
  color: $dropdown-link-color;
138
138
  text-align: inherit; // For `<button>`s
139
- white-space: nowrap; // prevent links from randomly breaking onto new lines
139
+ white-space: normal; // breaks long text
140
140
  background-color: transparent; // For `<button>`s
141
141
  border: 0; // For `<button>`s
142
142
  border-top: $border-width solid $border-color;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NfgUi
4
- VERSION = '0.10.4'
4
+ VERSION = '0.10.4.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nfg_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.4
4
+ version: 0.10.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Roehm
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2019-12-19 00:00:00.000000000 Z
12
+ date: 2020-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bootstrap