From bcb2a93f150a553d57b822adc04be5bf426b4871 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 20 Oct 2024 19:22:33 -0300 Subject: [PATCH] refactor: formatting --- frontend/src/styles/_bootstrap.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/_bootstrap.scss b/frontend/src/styles/_bootstrap.scss index d780e62..7c90efc 100644 --- a/frontend/src/styles/_bootstrap.scss +++ b/frontend/src/styles/_bootstrap.scss @@ -94,5 +94,7 @@ $theme-colors: map-merge($theme-colors, ( /* Label the data */ - .no-more-tables td:before { content: attr(data-title); } + .no-more-tables td:before { + content: attr(data-title); + } }