Refactor UI, Add ability to remove suggestions
This commit is contained in:
@ -6,7 +6,7 @@ div#content {
|
||||
width: 95%;
|
||||
height: 100%;
|
||||
min-width: 20em;
|
||||
max-width: 100em;
|
||||
max-width: 50em;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
@ -16,3 +16,8 @@ div.tab-content {
|
||||
border-left: 1px solid #ddd;
|
||||
border-right: 1px solid #ddd;
|
||||
}
|
||||
|
||||
/* Make panels inside row line up with other rows by eliminating padding */
|
||||
div.row div.panel div.panel-body {
|
||||
padding: 15px 0 15px 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user