mirror of
https://github.com/Screenly/Anthias.git
synced 2026-05-03 12:55:39 -04:00
Fix layout breaking with new button
This commit is contained in:
@@ -211,11 +211,12 @@ input[name="file_upload"] {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
max-width: 320px;
|
||||
min-width: 320px; }
|
||||
max-width: 290px;
|
||||
min-width: 290px; }
|
||||
|
||||
.asset_row_btns {
|
||||
padding: 6px 8px 10px 8px !important; }
|
||||
padding: 6px 8px 10px 8px !important;
|
||||
white-space: nowrap; }
|
||||
|
||||
.table td {
|
||||
vertical-align: middle !important; }
|
||||
|
||||
@@ -252,10 +252,13 @@ input[name="file_upload"] {
|
||||
#inactive-assets img { display: none; }
|
||||
.asset_row_name {
|
||||
@include ellip();
|
||||
max-width: 320px;
|
||||
min-width: 320px;
|
||||
max-width: 290px;
|
||||
min-width: 290px;
|
||||
}
|
||||
|
||||
.asset_row_btns { padding: 6px 8px 10px 8px !important;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.asset_row_btns { padding: 6px 8px 10px 8px !important; }
|
||||
|
||||
.table {
|
||||
td {
|
||||
|
||||
Reference in New Issue
Block a user