From 5c5b63e8228682339d80a9fd3e2f226a096a6fec Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 16 Feb 2021 18:36:07 -0500 Subject: [PATCH] UX: Fixed solved alignment with buttons due to core changes (#120) --- assets/stylesheets/solutions.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index f583d8e..78dccc5 100644 --- a/assets/stylesheets/solutions.scss +++ b/assets/stylesheets/solutions.scss @@ -10,11 +10,6 @@ $solved-color: green; } } -.post-controls span:not(.d-button-label) { - display: inline-flex; - align-items: baseline; -} - .fa.accepted { color: $solved-color; }