Hide specific element in admin theme CSS for improved layout
Some checks failed
CI/CD Pipeline / Run Tests (push) Successful in 2m47s
CI/CD Pipeline / Code Quality Checks (push) Failing after 2m51s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped

This commit is contained in:
2026-04-01 11:36:54 +02:00
parent 504b0e2066
commit 76a86d0b20

View File

@@ -158,7 +158,7 @@ body,
font-weight: 700; font-weight: 700;
letter-spacing: 0.01em; letter-spacing: 0.01em;
text-transform: none; text-transform: none;
display: block; display: none;
white-space: normal; white-space: normal;
line-height: 1.15; line-height: 1.15;
font-size: 0.98rem; font-size: 0.98rem;