From 7bcee784c84a3847373791795c5cbf6acfc8d74a Mon Sep 17 00:00:00 2001 From: Jarek Radosz <jradosz@gmail.com> Date: Sat, 30 May 2020 21:11:25 +0200 Subject: [PATCH] DEV: Remove an obsolete comment Its first part was removed with other changes and this one got displaced after a `prettier` pass. --- app/assets/stylesheets/common/admin/dashboard.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common/admin/dashboard.scss b/app/assets/stylesheets/common/admin/dashboard.scss index fbae66ab164..8a5a5e00c6d 100644 --- a/app/assets/stylesheets/common/admin/dashboard.scss +++ b/app/assets/stylesheets/common/admin/dashboard.scss @@ -351,7 +351,6 @@ flex-direction: column; .dashboard-inline-table { - // and "hides" margin when the item spans 100% width flex: 1 0 auto; max-width: 95%; }