Commit 588029d6 by Jason Song Committed by GitHub

Merge pull request #396 from lepdou/search_item

adjust item modal width
parents 97f55799 e2f07784
......@@ -212,6 +212,14 @@ table th {
min-height: 500px;
}
#itemModal .modal-dialog{
width: 860px;
}
#itemModal .modal-body{
padding-bottom: 0;
}
#config-edit {
border: 1px solid #ddd;
border-radius: 3px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment