mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
table initial width
This commit is contained in:
parent
6ced955221
commit
a6cbecd811
1 changed files with 1 additions and 1 deletions
|
@ -159,9 +159,9 @@ div[class*="-widget"] .btn[disabled], .btn.disabled, div[class*="-widget"] input
|
|||
}
|
||||
|
||||
.plot-table-widget .widget-table {
|
||||
/*width: 100px;*/
|
||||
-webkit-flex: 1 0 auto;
|
||||
flex: 1 0 auto;
|
||||
flex-basis: 90px;
|
||||
max-width: 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Reference in a new issue