fix: revert css

max-width property breaks views
This commit is contained in:
cv
2021-10-24 12:57:55 +02:00
parent a0f3390ad3
commit 310579143e
2 changed files with 14 additions and 11 deletions
-4
View File
@@ -6,8 +6,6 @@
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 4px;
padding: 8px;
max-width: 90%;
}
.main {
@@ -15,8 +13,6 @@
color: #ff7597;
display: flex;
justify-content: space-between;
max-width: 90%;
}
.header {