diff --git a/frontend/src/app/app.module.ts b/frontend/src/app/app.module.ts index 5253abc99..ced76c5ef 100644 --- a/frontend/src/app/app.module.ts +++ b/frontend/src/app/app.module.ts @@ -40,7 +40,6 @@ import { HomeComponent } from './home/home.component'; import { AboutComponent } from './about/about.component'; import { GateComponent } from './gate/gate.component'; import { ProfileEditorComponent } from './profile/profile-editor/profile-editor.component'; -import { EventFilterPipe } from './event/event-filter/event-filter.pipe'; import { SharedModule } from './shared/shared.module'; @NgModule({ diff --git a/frontend/src/app/coworking/widgets/operating-hours-panel/operating-hours-panel.widget.css b/frontend/src/app/coworking/widgets/operating-hours-panel/operating-hours-panel.widget.css index 3c4eed4d7..64fbdade0 100644 --- a/frontend/src/app/coworking/widgets/operating-hours-panel/operating-hours-panel.widget.css +++ b/frontend/src/app/coworking/widgets/operating-hours-panel/operating-hours-panel.widget.css @@ -36,9 +36,6 @@ margin: 0; } -:host /deep/ .mat-mdc-card-header-text { - width: 100% !important; -} .header-row { display: flex; flex-direction: row;