From de911d0db6f855499d7f401c878970876ea3df4e Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Thu, 1 Jan 2026 15:42:34 +0100 Subject: [PATCH] Profiler/Tooltips * add some spacing between spell school and value --- static/css/Profiler.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/Profiler.css b/static/css/Profiler.css index 2f74155d..576bb5a8 100644 --- a/static/css/Profiler.css +++ b/static/css/Profiler.css @@ -780,6 +780,11 @@ a.profiler-achievements-total-right { border-color: #101010; } +/* aowow - spell schools table in stats tooltip had no cell spacing */ +.wowhead-tooltip td td:nth-child(2) { + padding-left: 8px; +} + /********************/ /* PROFILER BUTTONS */ /********************/