File tree Expand file tree Collapse file tree 5 files changed +20
-1
lines changed
Expand file tree Collapse file tree 5 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 4545 max-width : 40% ;
4646 }
4747
48+ @include breakpoints .breakpoint (lg) {
49+ h3 {
50+ max-width : 50% ;
51+ }
52+
53+ .shortcut-list__header-links {
54+ max-width : 50% ;
55+ }
56+ }
57+
4858 @include breakpoints .breakpoint (xl) {
4959 h3 {
5060 max-width : 65% ;
Original file line number Diff line number Diff line change 6666 <div class =" shortcut-list__header-links" >
6767 <a href =" #" class =" f2 link-underline" style =" color:#0d395f" >View</a >
6868 <a href =" #" class =" f2 link-underline ml-1" style =" color:#0d395f" >Report</a >
69+ <a href =" #" class =" f4 ml-1" >
70+ {% include ' partials/icon.twig' with { name : ' copy' } %}
71+ </a >
6972 </div >
7073 </div >
7174 {% if item .description %}
Original file line number Diff line number Diff line change 5353 <div class =" shortcut-list__header-links" >
5454 <a href =" #" class =" f2 link-underline" style =" color:#0d395f" >View</a >
5555 <a href =" #" class =" f2 link-underline ml-1" style =" color:#0d395f" >Report</a >
56+ <a href =" #" class =" f4 ml-1" >
57+ {% include ' partials/icon.twig' with { name : ' copy' } %}
58+ </a >
5659 </div >
5760 </div >
5861 {% if item .description %}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments