Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
3898df1f
Commit
3898df1f
authored
5 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Add width/height in the SVG arrow.
Fixes IE.
parent
5e6f5d8f
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/layouts/partials/docs-sidebar.html
+1
-1
site/layouts/partials/docs-sidebar.html
with
1 addition
and
1 deletion
+1
-1
site/layouts/partials/docs-sidebar.html
+
1
-
1
View file @
3898df1f
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
<li
class=
"bd-sidenav-group my-1{{ if $active_group }} active{{ end }} js-sidenav-group"
>
<li
class=
"bd-sidenav-group my-1{{ if $active_group }} active{{ end }} js-sidenav-group"
>
<a
class=
"d-inline-flex align-items-center bd-sidenav-group-link"
href=
"/docs/{{ $.Site.Params.docs_version }}/{{ $group_slug }}/{{ if $group.pages }}{{ $link_slug }}/{{ end }}"
>
<a
class=
"d-inline-flex align-items-center bd-sidenav-group-link"
href=
"/docs/{{ $.Site.Params.docs_version }}/{{ $group_slug }}/{{ if $group.pages }}{{ $link_slug }}/{{ end }}"
>
<svg
class=
"bd-sidenav-group-link-icon"
viewbox=
"0 0 16 16"
xmlns=
"http://www.w3.org/2000/svg"
><path
stroke=
"currentColor"
stroke-width=
"2"
d=
"M5 14l6-6-6-6"
fill=
"none"
fill-rule=
"evenodd"
stroke-linecap=
"round"
stroke-linejoin=
"round"
/></svg>
<svg
class=
"bd-sidenav-group-link-icon"
width=
"16"
height=
"16"
viewbox=
"0 0 16 16"
xmlns=
"http://www.w3.org/2000/svg"
><path
stroke=
"currentColor"
stroke-width=
"2"
d=
"M5 14l6-6-6-6"
fill=
"none"
fill-rule=
"evenodd"
stroke-linecap=
"round"
stroke-linejoin=
"round"
/></svg>
<div>
{{- $group.title -}}
</div>
<div>
{{- $group.title -}}
</div>
</a>
</a>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets