From a890426466fa9ecf288162208e9ecb7ee889c7f1 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 5 Nov 2019 23:33:50 -0700 Subject: [PATCH] Update custom sass --- resources/assets/sass/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index ecff04bb..fb3c9aa1 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -565,4 +565,8 @@ details summary::-webkit-details-marker { .VueCarousel-dot:focus, .VueCarousel-dot--active:focus { outline: 0px !important; +} + +.status-content > p:first-child { + display: inline; } \ No newline at end of file