Skip to content

Commit a7a2f11

Browse files
author
Dobromir Hristov
committed
fix: safari bug with icons
1 parent 88571ea commit a7a2f11

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/Navigator/NavigatorLeafIcon.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,15 @@ export default {
9797
@import 'docc-render/styles/_core.scss';
9898
9999
.NavigatorLeafIcon {
100-
width: 0.8em;
100+
width: 1em;
101+
height: 1em;
101102
margin-right: 5px;
102103
flex: 0 0 auto;
104+
105+
svg {
106+
width: 100%;
107+
height: 100%;
108+
}
103109
}
104110
105111
.orange {

0 commit comments

Comments
 (0)