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