Add width to caret to rid ourselves of the shift
Add CHANGELOG uses fa-fw from font awesome instead of using declaring fix width explicitly moves changelog entry under 8.14 rebased with master
This commit is contained in:
parent
69bff037be
commit
3c4a7f915d
2 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@ entry.
|
||||||
|
|
||||||
- Show correct environment log in admin/logs (@duk3luk3 !7191)
|
- Show correct environment log in admin/logs (@duk3luk3 !7191)
|
||||||
- Fix Milestone dropdown not stay selected for `Upcoming` and `No Milestone` option !7117
|
- Fix Milestone dropdown not stay selected for `Upcoming` and `No Milestone` option !7117
|
||||||
|
- Diff collapse won't shift when collapsing.
|
||||||
- Backups do not fail anymore when using tar on annex and custom_hooks only. !5814
|
- Backups do not fail anymore when using tar on annex and custom_hooks only. !5814
|
||||||
- Adds user project membership expired event to clarify why user was removed (Callum Dryden)
|
- Adds user project membership expired event to clarify why user was removed (Callum Dryden)
|
||||||
- Trim leading and trailing whitespace on project_path (Linus Thiel)
|
- Trim leading and trailing whitespace on project_path (Linus Thiel)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
%i.fa.diff-toggle-caret
|
%i.fa.diff-toggle-caret.fa-fw
|
||||||
- if defined?(blob) && blob && diff_file.submodule?
|
- if defined?(blob) && blob && diff_file.submodule?
|
||||||
%span
|
%span
|
||||||
= icon('archive fw')
|
= icon('archive fw')
|
||||||
|
|
Loading…
Reference in a new issue