Skip to content

Commit 16bb613

Browse files
Merge pull request #1096 from nobusugi246/fix_css_content_too_large
min-height of .content is too large.
2 parents 0ab2eb7 + 13f3036 commit 16bb613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/css/AdminLTE.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ body.hold-transition .main-header .logo {
143143
}
144144
/* Content */
145145
.content {
146-
min-height: 250px;
146+
min-height: 20px;
147147
padding: 15px;
148148
margin-right: auto;
149149
margin-left: auto;

0 commit comments

Comments
 (0)