Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkumar-pacewisdom committed Dec 18, 2023
1 parent 0dea43a commit 04fb90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,4 @@
}
.sb-modal-fullscreen .modals.dimmer .ui.scrolling.modal{
margin: 0 auto !important;
}

.sb-modal-header {
display: flex !important;
justify-content:space-between !important;
}

// .sui-modal {
// position: fixed !important;
// bottom: 0 !important;
// right: 0 !important;
// }

// .comment-modal {
// position: fixed !important;
// bottom: 0 !important;
// right: 0 !important;
// }
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TelemetryInteractDirective } from '../../directives/telemetry-interact/
import { EditorService } from '../../services/editor/editor.service';
import { of } from 'rxjs/internal/observable/of';

fdescribe('HeaderComponent', () => {
describe('HeaderComponent', () => {
let component: HeaderComponent;
let fixture: ComponentFixture<HeaderComponent>;
let editorService: EditorService;
Expand Down

0 comments on commit 04fb90a

Please sign in to comment.