diff --git a/core/style.css b/core/style.css index 2c13eb0..3f74dde 100644 --- a/core/style.css +++ b/core/style.css @@ -2397,6 +2397,10 @@ body > div._wdialog[name="history"] .history-view { max-height: 400px; } +body > div._wdialog[name="history"] > .chevron { + left: 226px; +} + body > div._wdialog[name="history"] div.wdropdown { padding: 0px 2px; } @@ -2409,6 +2413,10 @@ body > div._wdialog[name="tips"] { width: 200px; } +body > div._wdialog[name="tips"] > .chevron { + left: 56px; +} + body > div._wdialog[name="tips"] .tiplist { padding: 2px; overflow: auto;