mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-14 19:01:05 -04:00
fix(settings): make certification tables full width (#67185)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
.certification-settings table {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.certification-settings tr {
|
||||
height: 57px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user