adjust tooltip sizing
parent
dc76474951
commit
cfa95a6df3
|
@ -72,7 +72,8 @@ body a, body button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip .tooltiptext {
|
.tooltip .tooltiptext {
|
||||||
width: 20ch;
|
min-width: 16ch;
|
||||||
|
max-width: 40ch;
|
||||||
bottom: 95%;
|
bottom: 95%;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 0.25ch;
|
padding: 0.25ch;
|
||||||
|
|
Loading…
Reference in New Issue