From 32de1ed93ff3badea5e08a32e5db67d0930f7699 Mon Sep 17 00:00:00 2001 From: Barak Amar Date: Mon, 20 Mar 2023 14:37:51 +0200 Subject: [PATCH] UI fix object name wrap --- webui/src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/src/styles/globals.css b/webui/src/styles/globals.css index a8560b0d391..1c9c31f63b3 100644 --- a/webui/src/styles/globals.css +++ b/webui/src/styles/globals.css @@ -101,6 +101,7 @@ font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; font-size: .9rem; color: #303030; + width: 95%; } .lakefs-uri strong { @@ -720,4 +721,3 @@ td.entry-type-indicator { width: 1%; padding: 2px; } -