fix: Tabs label overflow

This commit is contained in:
Rene Hampölz 2023-06-14 20:11:01 +00:00
parent 0050a8f4ad
commit 819147246f

View file

@ -934,6 +934,7 @@ input[type="checkbox"] {
border-radius: 0;
border-top-left-radius: var(--nc-border-radius);
border-top-right-radius: var(--nc-border-radius);
overflow-wrap: anywhere;
}
#rl-app .tabs>label:hover {