File tree Expand file tree Collapse file tree
assets/stylesheets/inspect Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212}
1313
1414.page-header h1 {
15- align-items : center;
16- display : flex;
17- gap : 0.5rem ;
15+ display : block;
16+ word-break : break-word;
17+ }
18+
19+ .page-header h1 span [data-clipboard-target = "source" ] {
20+ display : inline;
21+ margin-right : 0.25rem ;
1822}
1923
2024.page-header button .copy {
2630 display : inline-flex;
2731 font-weight : 500 ;
2832 gap : 0.25rem ;
29- margin : -0.25rem 0 -0.25rem 0.25 rem ;
30- padding : 0.25 rem 0.5 rem ;
33+ margin : -0.25rem 0 -0.25rem 0 ;
34+ padding : 0 rem 0 rem ;
3135 transition : background 0.15s ease-in-out, color 0.15s ease-in-out;
36+ vertical-align : middle;
3237}
3338
3439.page-header button .copy : hover {
4752 display : inline-flex;
4853 font-weight : 500 ;
4954 gap : 0.25rem ;
55+ vertical-align : middle;
5056}
5157
5258.node-edges > tbody > tr > td {
Original file line number Diff line number Diff line change 1414 %h1 { data: { controller: 'clipboard' } }
1515 %span { data: { clipboard_target: 'source' } }= node_key
1616 %button .copy { data: { action: 'clipboard#copy', clipboard_target: 'button' }, aria: { label: 'Copy node key' } }
17- = inline_svg 'hero/20/duplicate.svg', class : 'w-5 h-5 '
17+ = inline_svg 'hero/20/duplicate.svg', style : 'width: 2rem; height: 2rem; '
1818 .copied.hidden { data: { clipboard_target: 'notice' } }
1919 = inline_svg 'hero/20/circle-check.svg', class: 'w-4 h-4'
2020 .controls
You can’t perform that action at this time.
0 commit comments