feat(SW-350): Removed max-width

This commit is contained in:
Pontus Dreij
2024-10-04 15:26:37 +02:00
parent d23e279d6c
commit 6338c77a0d

View File

@@ -76,7 +76,6 @@
.rooms, .rooms,
.when { .when {
max-width: 240px;
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half); padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
border-radius: var(--Corner-radius-Small); border-radius: var(--Corner-radius-Small);
} }
@@ -87,7 +86,6 @@
} }
.where { .where {
max-width: 280px;
position: relative; position: relative;
} }