From fe0f5370b0978f2e4f357d9612eaadde36e1d0bf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 26 Oct 2024 18:50:02 +1000 Subject: [PATCH] Revert "Fix ease button alignment (#3474)" (#3522) This reverts commit 569a4705e71173c887d0ac6b13d3614b6189e989. --- qt/aqt/data/web/css/reviewer-bottom.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/qt/aqt/data/web/css/reviewer-bottom.scss b/qt/aqt/data/web/css/reviewer-bottom.scss index ac07d4d80..59098a5fb 100644 --- a/qt/aqt/data/web/css/reviewer-bottom.scss +++ b/qt/aqt/data/web/css/reviewer-bottom.scss @@ -23,16 +23,6 @@ body { position: relative; } -#innertable > tbody > tr { - display: flex; - align-items: stretch; - justify-content: center; -} - -#innertable > tbody > tr > td { - flex: 1; -} - button { min-width: 60px; white-space: nowrap;