Skip to content

Commit 1d6d80e

Browse files
committed
updating button size
1 parent f18b561 commit 1d6d80e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

angular/src/app/pages/api/manage/manage.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ <h2>Page Info</h2>
4444
<h2>Quick API Access</h2>
4545
<div class="box-apitab">
4646
<button *ngFor="let quick_link of quick_links" (click)="openApiTab(quick_link.url)" class="large">
47-
<div>{{quick_link.name | uppercase}}</div>
47+
<div style="width: 100%;">{{quick_link.name | uppercase}}</div>
4848
<img class="icon-open" src="assets/open.svg" alt="open">
4949
</button>
5050
</div>

angular/src/app/scss/button.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ button {
33
user-select: none;
44
border: none;
55
padding: .5em;
6-
margin: 0.5em auto;
6+
margin: 0.3em auto;
77
height: 2.5em;
88
font-size: small;
99
display: flex;

angular/src/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
body {
1212
width: 350px !important;
1313
margin: 0 !important;
14-
font-size: 12px;
14+
font-size: 11px;
1515
font-family: "OpenSans";
1616
}
1717

0 commit comments

Comments
 (0)