Increase padding on tooltips + Remove erroneous closing angle bracket

This commit is contained in:
Henrik Giesel 2021-06-12 10:40:47 +02:00
parent 728e2e682b
commit 62b4b4c12c
2 changed files with 5 additions and 2 deletions

View file

@ -94,4 +94,4 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
{tr.deckConfigReviewSortOrder()} {tr.deckConfigReviewSortOrder()}
</EnumSelectorRow> </EnumSelectorRow>
</Item> </Item>
</TitledContainer>> </TitledContainer>

View file

@ -1,3 +1,7 @@
$tooltip-padding-y: 0.45rem;
$tooltip-padding-x: 0.65rem;
$tooltip-max-width: 300px;
@use "ts/sass/vars"; @use "ts/sass/vars";
@use "ts/sass/scrollbar"; @use "ts/sass/scrollbar";
@use "ts/sass/bootstrap-dark"; @use "ts/sass/bootstrap-dark";
@ -29,7 +33,6 @@
.tooltip-inner { .tooltip-inner {
text-align: left; text-align: left;
max-width: 300px;
// marked transpiles tooltips into multiple paragraphs // marked transpiles tooltips into multiple paragraphs
// where trailing <p>s cause a bottom margin // where trailing <p>s cause a bottom margin