Experimental Tooltips Width

This commit is contained in:
LightSaveUs
2022-10-27 17:43:35 +03:00
committed by GitHub
parent 4a230157c1
commit 05659b9c41

View File

@@ -1896,7 +1896,7 @@ body {
border: 1px ridge grey;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
width: min-context;
max-width: 300px;
max-width: 350px;
}
.tooltip-context-token {
@@ -2780,4 +2780,4 @@ select {
[system_experimental_features="false"] {
display: none;
}
}