fix: unnecessary underline on UpObject banner

feat/type-attributes
Tomáš Mládek 2023-01-21 18:56:07 +01:00
parent d7920f6c15
commit 46eb7035ba
1 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,10 @@
.label {
flex-grow: 1;
min-width: 0;
:global(a) {
text-decoration: none;
}
}
.separator {