diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-22 18:24:16 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-22 18:24:16 +0300 |
| commit | 240fef3e35fdc82b1692d0f8e8b0b30aaba53fd2 (patch) | |
| tree | 819ce3e7d7babf7b4efe2d95d3bd7aa69704b6a2 /res/client/css/style.css | |
| parent | 65ea304e813bc774d8b1cc9d60a85701d9a22d7d (diff) | |
activity.scss: set overflow on entries
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index bcec9917..fb084b58 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -902,6 +902,7 @@ p { background-color: #E0E0E0; border-bottom: 2px solid white; line-height: 20px; + overflow: auto; padding: 0px 5px; } .activity__entry:hover { background-color: #b9b9b9; } |
