Skip to content

Commit

Permalink
Hotfixes to restore build success (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan authored Feb 27, 2024
1 parent 9935d29 commit ede80b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
margin: 0;
}

:host /deep/ .mat-mdc-card-header-text {
width: 100% !important;
}
.header-row {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit ede80b3

Please sign in to comment.