refs #5689 fix pixels
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-05-17 12:53:18 +02:00
parent c7da71d8c0
commit 60bfb1b079
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
vn-fixed-price{
smart-table table{
[shrink-field]{
width: 80px;
max-width: 80px;
width: 90px;
max-width: 90px;
}
[shrink-field-expand]{
width: 150px;
@ -15,8 +15,8 @@ vn-fixed-price{
align-items: center;
text-align: center;
vn-input-number {
width: 90px;
max-width: 90px;
width: 75px;
max-width: 75px;
}
}