Tooltip Max Width Fix

This commit is contained in:
LightSaveUs
2022-10-12 00:49:57 +03:00
committed by GitHub
parent 7bbb788f48
commit 25502b4004

View File

@@ -1903,7 +1903,7 @@ body {
.tooltip-standard {
border: 3px ridge grey;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
width: 200px;
max-width: min-context;
}
.tooltip-context-token {