Skip to content

Commit 812f6e9

Browse files
committed
Fixed: FS#940 - Interface is squished in Google Chrome
1 parent 5dc3d55 commit 812f6e9

File tree

2 files changed

+824
-818
lines changed

2 files changed

+824
-818
lines changed

interface/web/themes/default/css/screen/basemod.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
/* (en) Layout: width, background, borders */
3737
/* (de) Layout: Breite, Hintergrund, Rahmen */
3838
/*#page_margins { min-width: 980px; max-width: 80%; background: #fff;}*/
39-
#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: inline-block;}
39+
/* #page_margins { min-width: 980px; max-width: 80%; background: #fff; display: inline-block;}*/
40+
#page_margins { min-width: 980px; max-width: 80%; background: #fff; display: table;}
4041
#page{ padding: 10px; }
4142

4243
/* (en) Designing main layout elements */

0 commit comments

Comments
 (0)