Update layout.css
min-width to stop distortion of Graphs when not in full screen, or on a smaller monitor.
This commit is contained in:
parent
885e9328bf
commit
129f2ba09b
@ -11,6 +11,8 @@ padding: 0;
|
|||||||
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
|
font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
min-width: 1269px;
|
||||||
|
/* Allows resizing without distortion of graphs and the like, some older browsers will ingnore this */
|
||||||
}
|
}
|
||||||
|
|
||||||
.clear {
|
.clear {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user