projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffda94d
)
remove superfluous hyphens assignment in breadcrumbs
author
Dan Allen
<dan@opendevise.com>
Wed, 17 Jul 2019 06:14:35 +0000
(
00:14
-0600)
committer
Dan Allen
<dan@opendevise.com>
Wed, 17 Jul 2019 06:14:35 +0000
(
00:14
-0600)
src/css/breadcrumbs.css
patch
|
blob
|
history
diff --git
a/src/css/breadcrumbs.css
b/src/css/breadcrumbs.css
index
d85fb59
..
bf8992b
100644
(file)
--- a/
src/css/breadcrumbs.css
+++ b/
src/css/breadcrumbs.css
@@
-3,7
+3,6
@@
flex: 1 1;
padding: 0 0.5rem 0 0.75rem;
line-height: 1.35;
- hyphens: none;
}
@media screen and (min-width: 1024px) {