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); + } }