feat: use overflow hidden instead of variables

This commit is contained in:
Fredrik Thorsson
2024-06-28 16:18:51 +02:00
parent 4fa526ddce
commit b059302c92
2 changed files with 2 additions and 4 deletions

View File

@@ -8,6 +8,7 @@
margin-bottom: var(--Spacing-x-half);
min-height: 250px;
justify-content: end;
overflow: hidden;
}
.burgundyTitle {
@@ -23,6 +24,4 @@
width: 100%;
background-color: var(--Base-Surface-Primary-Normal);
padding: var(--Spacing-x-one-and-half) var(--Spacing-x0);
border-radius: var(--Spacing-x0) var(--Spacing-x0) var(--Corner-radius-Medium)
var(--Corner-radius-Medium);
}

View File

@@ -8,6 +8,7 @@
margin-bottom: var(--Spacing-x-half);
min-height: 250px;
justify-content: end;
overflow: hidden;
}
.burgundyTitle {
@@ -23,6 +24,4 @@
width: 100%;
background-color: var(--Base-Surface-Primary-Normal);
padding: var(--Spacing-x-one-and-half) var(--Spacing-x0);
border-radius: var(--Spacing-x0) var(--Spacing-x0) var(--Corner-radius-Medium)
var(--Corner-radius-Medium);
}