diff options
| author | 2018-09-12 09:14:23 -0400 | |
|---|---|---|
| committer | 2018-09-12 09:14:23 -0400 | |
| commit | 5eb57cf2366ca9cff1a9af6706149c1b7ef5b929 (patch) | |
| tree | 21385d0629a257b591a8b79f364baa59223e0ad4 | |
| parent | 44bd07e506ade204151c276fdc05994d51efdd7a (diff) | |
Fix Mark as read button spacing in Chrome which was shifted up relative to the other buttons.
| -rw-r--r-- | p/themes/Origine/origine.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 4a697e811..d5f644a1b 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -148,6 +148,7 @@ form th { display: inline-block; min-height: 37px; min-width: 15px; + line-height: 25px; margin: 0; padding: 5px 10px; background: #fff; |
