set a default id column width and updated ui dist

This commit is contained in:
Gani Georgiev
2023-10-15 14:40:16 +03:00
parent 3c5409d607
commit 9c562294ff
32 changed files with 43 additions and 40 deletions
+4 -1
View File
@@ -162,12 +162,15 @@ table {
}
// field name specific columns
td.col-field-id,
td.col-field-username,
.col-field-created,
.col-field-updated {
@extend %minColWidth;
}
td.col-field-id {
width: 175px;
white-space: nowrap;
}
tr {
outline: 0;