clwiki 3.1.5 → 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: 046da72e8a1a7f29f4f364b9d8cd7083ea964ae8dbecdbf010975b68c6139437
4
- data.tar.gz: 40807c8b3a0971b23903ec94f03fe60419b10f2921350325c7e4ffa53cba2976
3
+ metadata.gz: 11a75960c5f2a6ce8df2deb45fd3156d708540306f5bbcf8a45191d3a89fa8ae
4
+ data.tar.gz: ad05256ad2f5b9a9efce5bd502dc4797162e5fc792c72eb6d7a714b8357014d4
5
5
  SHA512:
6
- metadata.gz: bc957dbd4899639e849076d780a8f8f26e0552e2dce1004ab278167508d4f1580556e1bd6e187b9ddcf15f72c947bdd5a394b673a8527c18fbadbde2c8f858fc
7
- data.tar.gz: b9ab46727f5c1542b86ff1563d5133b03835d0bcd09f6eddfbc762e0b9a47665eb866548fe996c55c04dc9ee39cfad3d7dadd5994acacbca0e522dd9f3062493
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.5'
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.5
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-18 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