7 lines
97 B
CSS
7 lines
97 B
CSS
table {
|
|
width: 100%;
|
|
}
|
|
table tbody tr td:first-child {
|
|
padding-right: 3rem !important;
|
|
}
|