Some service host/domain updates, including schema updates
This commit is contained in:
18
public/css/fixes.css
vendored
18
public/css/fixes.css
vendored
@@ -110,4 +110,22 @@ span.select2-selection.select2-selection--single > span.select2-selection__rende
|
||||
.card-header.bg-dark .nav-pills .nav-link:not(.active):hover {
|
||||
background-color: #6c757d;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Fixes to select2, to make sure col-x widths are honoured */
|
||||
.select2-selection.select2-selection--single {
|
||||
height: calc(2.25rem + 2px) !important;
|
||||
}
|
||||
.select2.select2-container.select2-container--default {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.select2.select2-container.select2-container--default .selection {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Render the invalid red when a select container fails validation */
|
||||
.is-invalid + .select2-container--default .select2-selection--single,
|
||||
.is-invalid + .select2-container--default .select2-selection--multiple {
|
||||
border: 1px solid #dc3545;
|
||||
}
|
Reference in New Issue
Block a user