Fix open/close channel list button alignment

This commit is contained in:
nymkappa
2022-08-29 19:26:32 +02:00
parent 38af1f3a4b
commit abef2a4eca
2 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<div *ngIf="channels$ | async as response; else skeleton">
<form [formGroup]="channelStatusForm" class="formRadioGroup float-right">
<form [formGroup]="channelStatusForm" class="formRadioGroup">
<div class="btn-group btn-group-toggle" ngbRadioGroup name="radioBasic" formControlName="status">
<label ngbButtonLabel class="btn-primary btn-sm">
<input ngbButton type="radio" [value]="'open'" fragment="open" i18n="open">Open