Skip to content

Commit 1eea46c

Browse files
Merge pull request #93 from uday-kalyan-s/fix-input-overflow
fixed table row height.
2 parents 41e30d2 + 36f848e commit 1eea46c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

frontend/src/index.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ a:hover {
165165
padding: 8px 2px;
166166
border: 1px solid #ddd;
167167
text-align: center;
168-
/*overflow-wrap: break-word;
168+
/*overflow-wrap: break-wor2px 1pxd;
169169
word-wrap: break-word;
170170
word-break: normal;*/
171171
word-wrap: break-word;
@@ -201,4 +201,13 @@ a:hover {
201201
font-size: 0.65rem;
202202
}
203203
}
204+
}
205+
206+
@media screen and (max-width: 700px) {
207+
.room {
208+
margin: 10px 0px;
209+
}
210+
.course-code {
211+
margin: 0px;
212+
}
204213
}

0 commit comments

Comments
 (0)