Compare commits

..

No commits in common. "a0d05af90dc090bafe68f69208dd6d734022c5d8" and "30f3a14c3001a1019f4dad0cb3e8a52dfa2d69f8" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -665,9 +665,8 @@ option {
} }
.alert { .alert {
line-height: 1; margin: 0 0.35em;
margin: 0 0.5em; padding: 0 0.25em;
padding: 0 0.35em;
border-radius: $fallback--tooltipRadius; border-radius: $fallback--tooltipRadius;
border-radius: var(--tooltipRadius, $fallback--tooltipRadius); border-radius: var(--tooltipRadius, $fallback--tooltipRadius);

View file

@ -141,7 +141,6 @@
} }
.nowrap { .nowrap {
display: flex;
white-space: nowrap; white-space: nowrap;
} }
} }