From 577242423cce956a8120ff34755f0a305a2abf1f Mon Sep 17 00:00:00 2001 From: Stasiek Michalski Date: Mon, 20 Aug 2018 08:41:02 +0200 Subject: [PATCH] Fix search results look --- resources/assets/sass/custom.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 5aa67fb47..90dbb8bbe 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -298,3 +298,13 @@ details summary::-webkit-details-marker { .profile-avatar img { object-fit: cover; } + +.tt-menu { + padding: 0 !important; + border-radius: 0 0 0.25rem 0.25rem !important; +} + +.tt-dataset .alert { + border: 0 !important; + border-radius: 0 !important; +}