From b3fd27426edbd48b0b7d8ca32d1ccc285eeded2c Mon Sep 17 00:00:00 2001 From: gpkvt Date: Sun, 4 Jun 2023 10:45:18 +0200 Subject: [PATCH] fixed ellipsis --- static/css/base.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 2b43d7c..d6af937 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -48,7 +48,6 @@ a { border-radius: 10px; margin-top: 10px; display: flex; - flex: 1; padding: 5px; background-color: var(--bg-ab); } @@ -71,8 +70,6 @@ a { hyphens: auto; overflow: hidden; text-overflow: ellipsis; - display: flex; - align-items: center; } .b { @@ -93,8 +90,6 @@ a { hyphens: auto; overflow: hidden; text-overflow: ellipsis; - display: flex; - align-items: center; } input[type="radio"] {