12 lines
147 B
CSS
12 lines
147 B
CSS
.form-group tr td:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.form-group tr th:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.form-group tr{
|
|
border-bottom-width: 0px
|
|
}
|