From 29e67be45cc54310a8ed612f83c38a85d33ab076 Mon Sep 17 00:00:00 2001 From: trwnh Date: Wed, 1 May 2019 02:15:02 -0500 Subject: [PATCH] fix info overlay on small layouts one row is not enough space; use flex column instead --- resources/assets/sass/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index 6b447ad1f..43f00b6c2 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -124,6 +124,14 @@ body, button, input, textarea { .info-overlay:hover .info-overlay-text { display: flex; + h5 { + display: flex; + flex-flow: column; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; + } } .info-overlay-text {