summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-05-22 18:24:16 +0300
committerLV-426 <lv-426@taproot.org.il>2015-05-22 18:24:16 +0300
commit240fef3e35fdc82b1692d0f8e8b0b30aaba53fd2 (patch)
tree819ce3e7d7babf7b4efe2d95d3bd7aa69704b6a2 /res/client/css/style.css
parent65ea304e813bc774d8b1cc9d60a85701d9a22d7d (diff)
activity.scss: set overflow on entries
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css1
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; }