diff --git a/public/index.html b/public/index.html index cc34dca..3dd1fdf 100644 --- a/public/index.html +++ b/public/index.html @@ -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,