From dff66191c01e3d704a42046ee0935121dbe023e0 Mon Sep 17 00:00:00 2001 From: AHKAD Date: Tue, 17 Sep 2024 11:17:24 +0000 Subject: [PATCH] replace display info with new table --- static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 6d19f67..5bd6967 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -141,6 +141,10 @@ body { font-size: small; } + +.display-info { + display: flex; +} .btn-remove { cursor: pointer; @@ -148,7 +152,7 @@ body { color: red; /* border-color: red; */ /* border-width: 2px; */ - position: absolute; + /* position: absolute; */ margin-top: 5px !important; z-index: 5; padding: 5px;