clwiki 3.1.4 → 3.1.6

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
  SHA256:
3
- metadata.gz: f1975a9e3a84db8cc346f59c0a7aaf4f939c5c1258daa412b334ff141de7064d
4
- data.tar.gz: dc58f70d9676c805b0b8a102be3566c01e27d56c25d4d75a087c0ade31ab4ed6
3
+ metadata.gz: 11a75960c5f2a6ce8df2deb45fd3156d708540306f5bbcf8a45191d3a89fa8ae
4
+ data.tar.gz: ad05256ad2f5b9a9efce5bd502dc4797162e5fc792c72eb6d7a714b8357014d4
5
5
  SHA512:
6
- metadata.gz: a367e719902afa6212605f5b7096f4a6f18328a3a4a12b0de0d023d081d5ece9dcfa721ef9eabe7e464e63e71dfac4bbc3340fd5ea8fce059e9285eec47b18d0
7
- data.tar.gz: 6a6047ee69812183548c3480fc436b0642714aa88112bc9187853d3d15d0fe7b953d90eb89d4bcdebfc14d64a19622b81383dc2a86ed616ae977d94a1a7ea987
6
+ metadata.gz: f0532ec14b562b0f2e7015b31fae25c374ff26ef7e29c40206ba9e6ba1e48a1f12687b4a55229868569bfdc54ad993e4d5dc16df7629d7a3f6efb6cc5994a4b8
7
+ data.tar.gz: 299f77fa1958fd237d7ff552ed988033496df5c328f2e8cbc05b488f190446db0b7ecf6ef9259a8da98f112ddf17d36c95b24046404cf14983cecf9ad06c9277
@@ -120,7 +120,10 @@ form {
120
120
 
121
121
  textarea {
122
122
  width: 100%;
123
- height: 100%;
123
+ /* probably a smarter way to ensure the bottom row of
124
+ inputs aren't too crowded on a mobile view, but this
125
+ should be fine */
126
+ height: 95%;
124
127
  /* otherwise it's a monospace in Chrome by default */
125
128
  font-family: inherit;
126
129
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ClWiki
4
- VERSION = '3.1.4'
4
+ VERSION = '3.1.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clwiki
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.4
4
+ version: 3.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - chrismo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-16 00:00:00.000000000 Z
11
+ date: 2022-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bcrypt