Reducing size between table and header/toggle
This commit is contained in:
parent
676e83a872
commit
19d78ca519
@ -1,4 +1,4 @@
|
|||||||
<div *ngIf="channels$ | async as response; else skeleton">
|
<div *ngIf="channels$ | async as response; else skeleton" style="position: relative;">
|
||||||
<form [formGroup]="channelStatusForm" class="formRadioGroup">
|
<form [formGroup]="channelStatusForm" class="formRadioGroup">
|
||||||
<div class="btn-group btn-group-toggle" ngbRadioGroup name="radioBasic" formControlName="status">
|
<div class="btn-group btn-group-toggle" ngbRadioGroup name="radioBasic" formControlName="status">
|
||||||
<label ngbButtonLabel class="btn-primary btn-sm">
|
<label ngbButtonLabel class="btn-primary btn-sm">
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
.formRadioGroup {
|
.formRadioGroup {
|
||||||
@media (min-width: 435px) {
|
@media (min-width: 435px) {
|
||||||
float: right;
|
position: absolute;
|
||||||
position: relative;
|
right: 0;
|
||||||
top: -46px;
|
top: -46px;
|
||||||
}
|
}
|
||||||
@media (max-width: 435px) {
|
@media (max-width: 435px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user