tooltip width
This commit is contained in:
parent
20f8faf761
commit
425636a80d
3 changed files with 3 additions and 5 deletions
|
|
@ -908,9 +908,8 @@ input[type="radio"]:focus:not(:focus-visible) + label {
|
|||
.tooltip {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
max-width: 550px;
|
||||
}
|
||||
|
||||
.tooltip .tooltip-text {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -800,9 +800,8 @@ input[type="radio"]:focus:not(:focus-visible) + label {
|
|||
.tooltip {
|
||||
position: relative;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
max-width: 550px;
|
||||
}
|
||||
|
||||
.tooltip .tooltip-text {
|
||||
|
|
|
|||
Loading…
Reference in a new issue