Fixing filter box width.

This commit is contained in:
Ben Vanik 2013-12-22 14:15:59 -08:00
parent 9208132ad9
commit 4e85308deb
1 changed files with 3 additions and 0 deletions

View File

@ -170,6 +170,9 @@ body {
flex: 0 0 auto;
padding: 5px;
}
.debugger-fnlist-footer .input-group {
width: 100%;
}
.debugger-fnview-outer {
order: 2;
flex: 1 1 auto;