From 240fef3e35fdc82b1692d0f8e8b0b30aaba53fd2 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Fri, 22 May 2015 18:24:16 +0300 Subject: activity.scss: set overflow on entries --- res/client/css/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'res/client/css/style.css') 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; } -- cgit v1.3.1