Merge Edge with data #1

Merged
alfred merged 49 commits from edge into master 2022-07-27 14:13:41 +01:00
Showing only changes of commit 1df8a6646e - Show all commits

View File

@ -78,7 +78,6 @@ main{
} }
.main-table{ .main-table{
display: table; display: table;
width: 100%;
} }
.main-table > div{ .main-table > div{
display: table-row; display: table-row;
@ -94,7 +93,6 @@ main{
} }
.item-table{ .item-table{
display: table; display: table;
width: 100%;
background-color: transparent; background-color: transparent;
} }
.item-table > div{ .item-table > div{