]> git.mxchange.org Git - addressbook-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Fri, 25 Aug 2017 21:34:25 +0000 (23:34 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 26 Aug 2017 21:15:01 +0000 (23:15 +0200)
- also .table_row needs to have overflow:auto to have nice output

Signed-off-by: Roland Häder <roland@mxchange.org>
web/resources/css/layout.css

index 545584b46e808e6feb3335815a13b6a49cada7bb..e942022051892063128288a22cadd6124ddab8b2 100644 (file)
@@ -90,6 +90,7 @@ table, .table, .table_medium {
        width: 100%;
        min-height: 20px;
        margin: 2px;
+       overflow: auto;
 }
 
 .table_left {