You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
461 B
35 lines
461 B
4 days ago
|
.rails-admin-sidescroll {
|
||
|
overflow-x: scroll;
|
||
|
}
|
||
|
|
||
|
.rails-admin-description_field {
|
||
|
min-width: 500px;
|
||
|
}
|
||
|
|
||
|
.rails-admin-case_field {
|
||
|
min-width: 500px;
|
||
|
}
|
||
|
|
||
|
.rails-admin-error_message_field {
|
||
|
min-width: 500px;
|
||
|
}
|
||
|
|
||
|
.rails-admin-actions {
|
||
|
min-width: 160px;
|
||
|
|
||
|
ul {
|
||
|
float: right;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.rails-admin-filters-box {
|
||
|
.filter {
|
||
|
// stylelint-disable-next-line declaration-no-important
|
||
|
display: flex !important;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
min-width: 20%;
|
||
|
}
|
||
|
}
|