fix: modifier button layout (#772)

This commit is contained in:
Róbert Kiss
2018-09-11 21:56:30 +02:00
committed by László Monda
parent 0466916be1
commit a21d278c0c
2 changed files with 5 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
</ul>
</div>
<div [ngSwitch]="activeTab">
<keypress-tab #tab *ngSwitchCase="tabName.Keypress" class="popover-content"
<keypress-tab #tab *ngSwitchCase="tabName.Keypress" class="popover-content pr-10"
[defaultKeyAction]="defaultKeyAction"
[secondaryRoleEnabled]="true"
(validAction)="keyActionValid=$event"

View File

@@ -99,6 +99,10 @@
padding: 10px 24px;
}
.pr-10 {
padding-right: 10px;
}
.popover-overlay {
position: fixed;
width: 100%;