From d883b543e5d81d783ac6264b44fd18cb2ff6a1e6 Mon Sep 17 00:00:00 2001 From: Rémy Raes Date: Thu, 12 Oct 2023 01:20:55 +0200 Subject: fix: Update popup style (#610) Makes popup dialog windows slightly larger and prevents words from breaking in the middle. --- src-vue/src/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src-vue/src/style.css b/src-vue/src/style.css index c66a6248..dfe682bf 100644 --- a/src-vue/src/style.css +++ b/src-vue/src/style.css @@ -46,3 +46,11 @@ body { color: white; margin: 30px 15px; } + +.el-popper { + width: 200px !important; +} + +.el-popconfirm { + word-break: break-word; +} -- cgit v1.2.3