tooltip width

This commit is contained in:
ReznoRMichael 2021-08-04 15:17:53 +02:00
parent 20f8faf761
commit 425636a80d
3 changed files with 3 additions and 5 deletions

View file

@ -908,9 +908,8 @@ input[type="radio"]:focus:not(:focus-visible) + label {
.tooltip { .tooltip {
position: relative; position: relative;
display: block; display: block;
margin: 0 auto; margin: 0;
width: 100%; width: 100%;
max-width: 550px;
} }
.tooltip .tooltip-text { .tooltip .tooltip-text {

File diff suppressed because one or more lines are too long

View file

@ -800,9 +800,8 @@ input[type="radio"]:focus:not(:focus-visible) + label {
.tooltip { .tooltip {
position: relative; position: relative;
display: block; display: block;
margin: 0 auto; margin: 0;
width: 100%; width: 100%;
max-width: 550px;
} }
.tooltip .tooltip-text { .tooltip .tooltip-text {