Prevent admin panel from appearing shorter than the admin tabs

pull/10616/head
Alex P 2017-03-31 12:15:50 -07:00
parent 241864c067
commit febfecedce
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@
.panel {
border-top-left-radius: 0;
}
.panel-body {
min-height: 300px;
}
}
}
.admin-tabs .btn-group {