Files
freeCodeCamp/client/src/components/settings/certification.css
Oliver Eyton-Williams 04382bc475 fix: prettify css
2019-07-19 15:30:17 +05:30

23 lines
466 B
CSS

#certifcation-settings .solutions-dropdown,
#certifcation-settings .solutions-dropdown .dropdown-menu,
#certifcation-settings .solutions-dropdown .dropdown {
width: 100%;
}
#certifcation-settings tr {
height: 57px;
}
#certifcation-settings .project-title > a {
line-height: 40px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
border: none;
}