fix: make module-pill expand on mobile with spacing to buttons
This commit is contained in:
@@ -1131,11 +1131,16 @@ input:checked + .toggle-slider::before {
|
|||||||
padding: var(--spacing-sm);
|
padding: var(--spacing-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.module-pill {
|
||||||
|
flex: 1;
|
||||||
|
margin: 0 var(--spacing-sm);
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.module-name {
|
.module-name {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
max-width: 80px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.level-label {
|
.level-label {
|
||||||
|
|||||||
Reference in New Issue
Block a user