Refactoring

This commit is contained in:
kalytka 2023-04-20 13:46:15 +03:00
parent b43c288001
commit 1bdf28ddfd
2 changed files with 1 additions and 16 deletions

View File

@ -47,7 +47,7 @@
<span fxLayoutAlign="center center" <span fxLayoutAlign="center center"
class="tb-prompt" translate>relation.any-relation</span> class="tb-prompt" translate>relation.any-relation</span>
</div> </div>
<div> <div style="margin-top: 8px">
<button mat-stroked-button color="primary" <button mat-stroked-button color="primary"
[disabled]="isLoading$ | async" [disabled]="isLoading$ | async"
(click)="addFilter()" (click)="addFilter()"

View File

@ -27,22 +27,7 @@
font-size: 12px; font-size: 12px;
} }
//.header {
// padding: 0 5px 5px;
//
// .cell {
// padding-right: 5px;
// padding-left: 5px;
// font-size: 12px;
// font-weight: 700;
// color: rgba(0, 0, 0, .54);
// white-space: nowrap;
// }
//}
.body { .body {
//padding: 0 5px 20px;
max-height: 300px; max-height: 300px;
overflow: auto; overflow: auto;