aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2024-07-21 04:31:48 +0200
committerache <ache@ache.one>2024-07-21 04:31:48 +0200
commit7c4520e0aa2f7789b334b74d6b7bf83e3a47291c (patch)
tree5361dad105ac8384d8736b52ca4dab1be79c4146
parentAdd tooltip on hover ! 👀 (diff)
Fix wrap on long departement name
-rw-r--r--src/app.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css
index bdd8800..df8dfd3 100644
--- a/src/app.css
+++ b/src/app.css
@@ -32,6 +32,7 @@ a:hover {
padding: 10px 15px;
z-index: 5;
height: 30px;
+ white-space: nowrap;
line-height: 30px;
margin: 0 auto;
color: #21669e;