remove unnecessary width on property tables

This commit is contained in:
Min RK
2024-04-17 14:56:02 +02:00
parent 6c4eba2682
commit ab40f29056

View File

@@ -1,14 +1,12 @@
@import url(../../style/root.css); @import url(../../style/root.css);
.properties-table { .properties-table {
width: 95%;
position: relative; position: relative;
padding: 5px; padding: 5px;
overflow-x: scroll; overflow-x: scroll;
} }
.properties-table-keyvalues { .properties-table-keyvalues {
width: 95%;
position: relative; position: relative;
padding: 5px; padding: 5px;
overflow-x: scroll; overflow-x: scroll;