feat: use overflow hidden instead of variables
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user