diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-20 01:57:48 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-20 01:57:48 +0100 |
| commit | a63fc6bc37a884af0fa56d66a5ce248d99d26018 (patch) | |
| tree | 162fe4605e1d4519708bf0d6909248580c81e417 /scraper/client/paper/paper.css | |
| parent | e5c69daa3c2428a067c61baca3d20c96398f9354 (diff) | |
fix does/doesnt use dataset
Diffstat (limited to 'scraper/client/paper/paper.css')
| -rw-r--r-- | scraper/client/paper/paper.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css index 82b95d9c..d7b977fc 100644 --- a/scraper/client/paper/paper.css +++ b/scraper/client/paper/paper.css @@ -46,7 +46,7 @@ input.notes { .param label { display: block; padding: 4px; - min-width: 140px; + min-width: 150px; } .param input[type=checkbox] { margin: 6px 0; |
