Skip to content

Commit 6b406f6

Browse files
committed
Lower width of draggable column
1 parent 34d7014 commit 6b406f6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

ui/css/cloudstack3.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7974,6 +7974,15 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t
79747974
.multi-edit .header-fields input[type=submit] {
79757975
}
79767976

7977+
/* Sortable */
7978+
.multi-edit table tbody tr td.reorder,
7979+
.multi-edit table thead tr th.reorder {
7980+
width: 30px !important;
7981+
min-width: 30px !important;
7982+
max-width: 30px !important;
7983+
}
7984+
7985+
79777986
/*Security Rules*/
79787987
.security-rules .multi-edit input {
79797988
width: 69px;

0 commit comments

Comments
 (0)