From bfb11e94e320743f9522707f79879c3d3c63c58b Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sun, 21 Jan 2024 03:58:33 -0800 Subject: [PATCH] Fix style bug in trades page Oops, I forgot this import! It worked when rebuilding styles in dev, but not once I reloaded the server. --- app/assets/stylesheets/partials/_item_header.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/partials/_item_header.sass b/app/assets/stylesheets/partials/_item_header.sass index a82e02a7..07beb780 100644 --- a/app/assets/stylesheets/partials/_item_header.sass +++ b/app/assets/stylesheets/partials/_item_header.sass @@ -1,3 +1,5 @@ +@import "../partials/clean/constants" + =item-header border-bottom: 1px solid $module-border-color margin-bottom: 1em