diff options
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/bucky.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css index 2482b46..1dadaf0 100644 --- a/public/assets/css/bucky.css +++ b/public/assets/css/bucky.css @@ -393,13 +393,15 @@ tr:nth-child(even) td.black { background-color: #eee; border-bottom-color: color: #111111; } .comment .body { - white-space: pre-wrap; font-size: 12px; line-height: 1.3; width: 100%; padding-bottom: 3px; margin-right: 110px; } +.contents { + white-space: pre-wrap; +} .comment .date { position: absolute; bottom: 12px; |
