File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
angular/src/app/pages/api/manage Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,11 @@ <h2>Page Info</h2>
7474 < h2 > Quick API Access</ h2 >
7575 < div class ="links-container ">
7676 < button *ngFor ="let quick_link of quick_links " (click) ="openApiTab(quick_link.url) " class ="xlarge ">
77- < div style =" width: 100%; "> {{quick_link.name | uppercase}}</ div >
77+ < div class =" quick-link "> {{quick_link.name | uppercase}}</ div >
7878 < img class ="icon-open " src ="assets/open.svg " alt ="open ">
7979 </ button >
8080 < button *ngFor ="let quick_action of quick_actions " (click) ="openActionTab(quick_action.action) " class ="xlarge secondary ">
81- < div style =" width: 100%; "> {{quick_action.name | uppercase}}</ div >
81+ < div class =" quick-link "> {{quick_action.name | uppercase}}</ div >
8282 </ button >
8383 </ div >
8484</ div >
Original file line number Diff line number Diff line change 33 margin : 5em 2em ;
44 justify-content : center ;
55 color : darkgray ;
6+ }
7+
8+ .links-container button .quick-link {
9+ display : flex ;
10+ justify-content : start ;
11+ width : 100% ;
612}
You can’t perform that action at this time.
0 commit comments