diff --git a/apps/red-ui/src/app/app.module.ts b/apps/red-ui/src/app/app.module.ts index 60059d4f3..21d8e1d4d 100644 --- a/apps/red-ui/src/app/app.module.ts +++ b/apps/red-ui/src/app/app.module.ts @@ -87,6 +87,7 @@ import { CustomTooltipModule } from './common/red-tooltip/custom-tooltip.module' import { ScrollingModule } from '@angular/cdk/scrolling'; import { VirtualScrollComponent } from './utils/virtual-scroll/virtual-scroll.component'; import { DragDropModule } from '@angular/cdk/drag-drop'; +import { SyncWidthDirective } from './utils/sync-width.directive'; export function HttpLoaderFactory(httpClient: HttpClient) { return new TranslateHttpLoader(httpClient, '/assets/i18n/', '.json'); @@ -139,7 +140,8 @@ export function HttpLoaderFactory(httpClient: HttpClient) { CircleButtonComponent, ChevronButtonComponent, DictionaryListingScreenComponent, - VirtualScrollComponent + VirtualScrollComponent, + SyncWidthDirective ], imports: [ BrowserModule, diff --git a/apps/red-ui/src/app/components/table-col-name/table-col-name.component.scss b/apps/red-ui/src/app/components/table-col-name/table-col-name.component.scss index 9d530967d..9c3491ce0 100644 --- a/apps/red-ui/src/app/components/table-col-name/table-col-name.component.scss +++ b/apps/red-ui/src/app/components/table-col-name/table-col-name.component.scss @@ -2,7 +2,6 @@ :host { display: flex; - border-bottom: 1px solid $separator; height: 30px; > div { diff --git a/apps/red-ui/src/app/screens/admin/dictionary-listing-screen/dictionary-listing-screen.component.html b/apps/red-ui/src/app/screens/admin/dictionary-listing-screen/dictionary-listing-screen.component.html index c54c4eaa8..3aa4233b3 100644 --- a/apps/red-ui/src/app/screens/admin/dictionary-listing-screen/dictionary-listing-screen.component.html +++ b/apps/red-ui/src/app/screens/admin/dictionary-listing-screen/dictionary-listing-screen.component.html @@ -5,30 +5,29 @@