mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +00:00
increased length of body-div to accomodate larger screen size
This commit is contained in:
@@ -2100,6 +2100,9 @@ header .container {
|
|||||||
header .container, .content {
|
header .container, .content {
|
||||||
width: 1100px;
|
width: 1100px;
|
||||||
}
|
}
|
||||||
|
div#body_div {
|
||||||
|
min-height: 600px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.no_script {
|
div.no_script {
|
||||||
|
|||||||
@@ -1961,6 +1961,9 @@ header .container {
|
|||||||
header .container, .content {
|
header .container, .content {
|
||||||
width: 1100px;
|
width: 1100px;
|
||||||
}
|
}
|
||||||
|
div#body_div {
|
||||||
|
min-height: 600px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.no_script {
|
div.no_script {
|
||||||
|
|||||||
Reference in New Issue
Block a user