diff --git a/src/main.css b/src/main.css index 2addd03..dae7724 100644 --- a/src/main.css +++ b/src/main.css @@ -1131,11 +1131,16 @@ input:checked + .toggle-slider::before { padding: var(--spacing-sm); } + .module-pill { + flex: 1; + margin: 0 var(--spacing-sm); + justify-content: center; + } + .module-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - max-width: 80px; } .level-label {