Merged in fix/sw-3650-prevent-line-break-in-user-menu (pull request #3274)

fix(SW-3650): Prevent line break in user menu

* Add nowrap to points container


Approved-by: Linus Flood
Approved-by: Matilda Landström
This commit is contained in:
Anton Gunnarsson
2025-12-02 10:08:47 +00:00
parent 07193a519c
commit be28982e73

View File

@@ -138,6 +138,7 @@
display: flex;
gap: var(--Space-x1);
align-items: center;
white-space: nowrap;
}
@media screen and (min-width: 768px) {