1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

fix: header list item width

This commit is contained in:
Sami Mazouz
2024-11-01 15:04:50 +01:00
parent 535dbb4a10
commit 4d227a6dda

View File

@@ -169,6 +169,7 @@
row-gap: 1px;
column-gap: 6px;
cursor: pointer;
width: 100%;
// Prevent outline overflowing parent
.add-keyboard-focus-ring-offset(-1px);