Fix column widths in autocomplete forms
This commit is contained in:
@@ -497,6 +497,17 @@
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/* Увеличенная ширина столбцов для лучшей читаемости */
|
||||
#insertFormTable .tabulator-col:first-child,
|
||||
#editFormTable .tabulator-col:first-child {
|
||||
width: 250px !important;
|
||||
}
|
||||
|
||||
#insertFormTable .tabulator-col:nth-child(2),
|
||||
#editFormTable .tabulator-col:nth-child(2) {
|
||||
width: 350px !important;
|
||||
}
|
||||
|
||||
/* Стили для редакторов в формах */
|
||||
#insertFormTable .tabulator-cell input,
|
||||
#editFormTable .tabulator-cell input,
|
||||
|
||||
Reference in New Issue
Block a user