1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Fixed: Wrapping of naming tokens with alternate separators

This commit is contained in:
Stevie Robinson
2024-02-07 04:58:09 +01:00
committed by GitHub
parent 904285045b
commit 80630bf97f

View File

@@ -17,7 +17,7 @@
}
.small {
width: 480px;
width: 490px;
}
.large {
@@ -26,7 +26,7 @@
.token {
flex: 0 0 50%;
padding: 6px 16px;
padding: 6px 6px;
background-color: var(--popoverTitleBackgroundColor);
font-family: $monoSpaceFontFamily;
}
@@ -36,7 +36,7 @@
align-items: center;
justify-content: space-between;
flex: 0 0 50%;
padding: 6px 16px;
padding: 6px 6px;
background-color: var(--popoverBodyBackgroundColor);
.footNote {