logviewer 1.5.1 → 1.5.7

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: f8784d7513678b085069d4383c9aaed89a93e3e542bc6a053754ccb0814ef784
4
- data.tar.gz: 9beac9a4fd089a81ea1f5dd7305ab69813b830e136b954b93899965fe9ff500f
3
+ metadata.gz: 0b2114d40916c4035ec2d6073e0bc07530fccda6d43662e1c0f15e46d2c5b053
4
+ data.tar.gz: 9bb090e8c537e956124225447d26d875e77e52f119671a3244db27049595c077
5
5
  SHA512:
6
- metadata.gz: 84ac955ffd0d95dcc1f2d3f554911500e616a328bcde2398d80ec9d2fe552a78885c588520b2863e9b99bf28ba2547ee1a5c54ddb2736452a109de80a431cdaf
7
- data.tar.gz: ab97e9be8d51a702896c5309422599c55d9ba45b30ee2ffe8e23802817e98779f87220ff48e59ee88f3baec1c9bae1cee16ccf1d75614dbcd1698d31c3926444
6
+ metadata.gz: 16968466a7abbed8986d033d090101f8e56fe9b2e080e6374bc558b469bfd78368a35592af1e2f51d13e8759bedc3dd34b4155344065f94c329e9debbaaac23c
7
+ data.tar.gz: 0e97e00b01233e994316d7cbad5343fd60f5e93ae0379b325ca95e8036af79c0046c121cb2db4ae654c1a56b2848ba2b1f1edcce6d75c5b6573bfb4feae04b08
@@ -1,3 +1,3 @@
1
1
  module LogViewer
2
- VERSION = "1.5.1"
2
+ VERSION = "1.5.7"
3
3
  end
data/lib/logviewer.rb CHANGED
@@ -182,6 +182,7 @@ module LogViewer
182
182
  width: 100%;
183
183
  border-collapse: collapse;
184
184
  font-size: 18px;
185
+ table-layout: fixed;
185
186
  }
186
187
  th {
187
188
  background: #e9ecef;
@@ -207,9 +208,9 @@ module LogViewer
207
208
  white-space: nowrap;
208
209
  }
209
210
  .text {
210
- min-width: 600px;
211
211
  word-wrap: break-word;
212
212
  white-space: pre-wrap;
213
+ width: auto;
213
214
  }
214
215
  .file {
215
216
  font-family: 'Monaco', 'Menlo', monospace;
@@ -223,6 +224,9 @@ module LogViewer
223
224
  font-size: 16px;
224
225
  color: #333;
225
226
  font-weight: 500;
227
+ max-width: 300px;
228
+ word-wrap: break-word;
229
+ overflow-wrap: break-word;
226
230
  }
227
231
  .timestamp {
228
232
  font-family: 'Monaco', 'Menlo', monospace;
@@ -257,8 +261,8 @@ module LogViewer
257
261
  <th style="width: 80px;">Level</th>
258
262
  <th style="width: 120px;">Tag</th>
259
263
  <th style="width: 180px;">File</th>
260
- <th style="width: 100px;">Function</th>
261
- <th>Text</th>
264
+ <th style="width: 300px;">Function</th>
265
+ <th style="width: auto;">Text</th>
262
266
  </tr>
263
267
  </thead>
264
268
  <tbody>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logviewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Bishop