Combination creation management
This commit is contained in:
@@ -9,7 +9,22 @@
|
||||
}
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Body (where all modal content resides)
|
||||
.modal-body {
|
||||
max-height: none;
|
||||
.scrollable {
|
||||
border: 1px solid @input-border;
|
||||
border-radius: @input-border-radius;
|
||||
height: 458px;
|
||||
overflow: auto;
|
||||
padding-bottom: 5px;
|
||||
padding-left: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user