Skip to content

Commit 45cbf1e

Browse files
committed
Remove unused styles
1 parent d5412fb commit 45cbf1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/presentation/pages/CollaborationRoomPage.module.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.container {
22
height: 100%;
3-
max-height: 100%;
43
width: 100%;
54
overflow-x: hidden;
65
display: flex;
@@ -16,9 +15,8 @@
1615
.editorContainer {
1716
width: 100%;
1817
min-width: 0;
19-
flex-grow: 1;
18+
flex: 1;
2019
min-height: 0;
21-
flex-shrink: 1;
2220
}
2321

2422
.questionContainer {

0 commit comments

Comments
 (0)