1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-29 21:10:31 +02:00

[ticket/17459] Fix incorrect breadcrumbs spacing

PHPBB-17459
This commit is contained in:
Marc Alexander
2024-12-10 20:51:39 +01:00
parent c0ae7ccb3e
commit 31f9ffd56b

View File

@@ -615,12 +615,12 @@ a.header-avatar img {
.breadcrumbs .crumb {
font-weight: bold;
word-wrap: normal;
float: left;
display: inline-block;
}
.breadcrumbs .crumb:before {
font-weight: bold;
padding: 0 0.5em;
padding: 0 0.1em;
content: "\203A";
}