mirror of
https://github.com/mue/mue.git
synced 2026-07-16 21:44:22 +02:00
fix(styles): adjust padding and margin for improved layout in modal tab content
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
} */
|
||||
|
||||
@include themed {
|
||||
padding: 1rem 2rem 4rem;
|
||||
padding: 1rem 2rem 5rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
@@ -42,6 +42,10 @@
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.content {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
||||
Reference in New Issue
Block a user