1
0
Fork 0
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:
Ricardo Hernandez-Montoya 2017-04-10 10:03:51 +02:00
parent 6ced955221
commit a6cbecd811

View file

@ -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;