From 6b73a8440acabd3ddce5e86565e324a69485147e Mon Sep 17 00:00:00 2001 From: Natallia Harshunova Date: Mon, 22 Jul 2024 00:14:24 +0200 Subject: [PATCH] fix(18086): wrap long layer name --- src/components/LayerControl/LayerControl.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/LayerControl/LayerControl.module.css b/src/components/LayerControl/LayerControl.module.css index 871e70da0..00c8cc7bb 100644 --- a/src/components/LayerControl/LayerControl.module.css +++ b/src/components/LayerControl/LayerControl.module.css @@ -16,6 +16,7 @@ flex-flow: row nowrap; align-items: center; margin: 0 4px; + overflow-wrap: anywhere; } .layerLabelIcon {