From b80de1fb265f58099714a5c1d5960c317e674349 Mon Sep 17 00:00:00 2001 From: Oz Katz Date: Thu, 16 Feb 2023 21:23:14 +0200 Subject: [PATCH] UI: fix object browser uri wrapping on long uris --- webui/src/styles/globals.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webui/src/styles/globals.css b/webui/src/styles/globals.css index b159c6f7de6..086a85283b0 100644 --- a/webui/src/styles/globals.css +++ b/webui/src/styles/globals.css @@ -602,11 +602,6 @@ td .form-group { margin-right: 8px; } -.object-viewer-buttons { - width: 20%; - text-align: right; - margin-right: 5px; -} .object-viewer-sql-input.form-control { background-color: #333333;