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 {
line-height: 1;
margin: 0 0.5em;
padding: 0 0.35em;
margin: 0 0.35em;
padding: 0 0.25em;
border-radius: $fallback--tooltipRadius;
border-radius: var(--tooltipRadius, $fallback--tooltipRadius);

View File

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