fix(webui): UpLink label overflows
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/selector-improvements
Tomáš Mládek 2023-11-12 20:31:44 +01:00
parent cfa6f7e6a7
commit 12cd5b61e1
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
<style lang="scss">
:global(.uplink) {
text-decoration: none;
max-width: 100%;
}
:global(.uplink.passthrough) {
display: contents;