Skip to content

Commit 269542c

Browse files
author
thom
committed
Fix records page width (#5580)
1 parent 5203438 commit 269542c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interface/web/themes/default/assets/stylesheets/ispconfig.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
body {
2-
overflow-y: scroll; }
2+
overflow-y: scroll;
3+
overflow-x: hidden; }
34

45
.left {
56
float: left; }
@@ -421,7 +422,7 @@ ul.gs-resultbox li.gs-cheader p.gs-cheader-limit {
421422
ul.df-resultbox li.df-cdata img,
422423
ul.gs-resultbox li.gs-cdata img {
423424
margin-right: 12px; }
424-
425+
425426
ul.df-resultbox li.df-cdata p span.df-cdata-title,
426427
ul.gs-resultbox li.gs-cdata p span.gs-cdata-title {
427428
font-weight: bold; }
@@ -798,4 +799,3 @@ span.notification_text {
798799
#apache_directives, #nginx_directives, #proxy_directives {
799800
font-family: Consolas, "Courier New", Courier, monospace;
800801
}
801-

0 commit comments

Comments
 (0)