Skip to content

Commit a62ec04

Browse files
committed
šŸž[Bug]: Correcting the two divs on the home page of Machine Learning Repos
Fixes #1524
1 parent 375477a commit a62ec04

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ā€ŽWebsite/css/styles.cssā€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,17 @@ button#toggle-stats:hover {
384384
color: rgb(255, 213, 98);
385385

386386
}
387+
div {
388+
box-sizing: border-box;
389+
overflow: hidden;
390+
}
391+
392+
.languages, .milestones {
393+
padding: 10px;
394+
margin: 10px;
395+
word-wrap: break-word;
396+
white-space: normal;
397+
}
387398

388399
.language-and-milestone {
389400
display: flex;

0 commit comments

Comments
Ā (0)