mirror of https://github.com/ColorlibHQ/AdminLTE
Merge pull request #1096 from nobusugi246/fix_css_content_too_large
min-height of .content is too large.pull/1101/head
commit
16bb613abe
|
@ -143,7 +143,7 @@ body.hold-transition .main-header .logo {
|
||||||
}
|
}
|
||||||
/* Content */
|
/* Content */
|
||||||
.content {
|
.content {
|
||||||
min-height: 250px;
|
min-height: 20px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
Loading…
Reference in New Issue