From 8914607d3d1d5ec1710b6349b0f22413ee841c97 Mon Sep 17 00:00:00 2001 From: Vladimir Barkasov Date: Mon, 30 Dec 2019 21:20:34 +0700 Subject: [PATCH] Fix display of two-lined text in module cell --- src/apps/callflows/style/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/callflows/style/app.css b/src/apps/callflows/style/app.css index 4347383..cd1160d 100644 --- a/src/apps/callflows/style/app.css +++ b/src/apps/callflows/style/app.css @@ -435,7 +435,7 @@ text-align: center; vertical-align: top; display: inline-block; - line-height: 15px; + line-height: 13px; width: 100%; padding-top: 5px; color: white; @@ -1273,6 +1273,7 @@ margin-left:20px; display:inline; } + .callflows-port .pill-content .edit_create a { color: #EEE; }