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 {
|
.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
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue