Skip to content

Commit

Permalink
Merge pull request #93 from uday-kalyan-s/fix-input-overflow
Browse files Browse the repository at this point in the history
fixed table row height.
  • Loading branch information
harshkhandeparkar authored Jan 12, 2025
2 parents 41e30d2 + 36f848e commit 1eea46c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ a:hover {
padding: 8px 2px;
border: 1px solid #ddd;
text-align: center;
/*overflow-wrap: break-word;
/*overflow-wrap: break-wor2px 1pxd;
word-wrap: break-word;
word-break: normal;*/
word-wrap: break-word;
Expand Down Expand Up @@ -201,4 +201,13 @@ a:hover {
font-size: 0.65rem;
}
}
}

@media screen and (max-width: 700px) {
.room {
margin: 10px 0px;
}
.course-code {
margin: 0px;
}
}

0 comments on commit 1eea46c

Please sign in to comment.