From d85caa732e43b7b3c1f072a40cc8dd46c3e63f8f Mon Sep 17 00:00:00 2001 From: Matheus Garcia Date: Mon, 17 Jun 2019 15:48:28 -0300 Subject: [PATCH] Ajuste em largura de popover --- scss/courselist.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/courselist.scss b/scss/courselist.scss index 2c76dc8..a68c11c 100644 --- a/scss/courselist.scss +++ b/scss/courselist.scss @@ -65,6 +65,10 @@ body#page-enrol-index { } } +.popover { + max-width: 100% !important; + width: 50% !important; +} .minheight{ background-position: top center !important;