From 47d47a51b7d8949e196ab363991bfde5896e9539 Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Fri, 29 May 2020 15:48:11 +0200 Subject: [PATCH] styling of favorites --- app/assets/stylesheets/favorites.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/app/assets/stylesheets/favorites.scss b/app/assets/stylesheets/favorites.scss index 908b25c..0d9f5ff 100644 --- a/app/assets/stylesheets/favorites.scss +++ b/app/assets/stylesheets/favorites.scss @@ -28,6 +28,27 @@ width: 3em; } +.table_wrapper { + overflow-x: auto; + + table { + border-collapse: collapse; + width: 100%; + } + + th, td { + padding: 8px; + text-align: left; + border-bottom: 1px solid #ddd; + } + + +} + +.thumb { + width: 3em; +} + .table_wrapper { table { border-collapse: collapse;