The text in the name and address cells to wrap to next line
This commit is contained in:
parent
c5576bb57b
commit
65451e1cca
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@
|
||||||
.merchants_services .MuiNotchedOutline-focused-120 {
|
.merchants_services .MuiNotchedOutline-focused-120 {
|
||||||
border-color: rgb(19, 143, 82) !important;
|
border-color: rgb(19, 143, 82) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table tr th:nth-of-type(1), table tr th:nth-of-type(2) {
|
||||||
|
width: 156px;
|
||||||
|
}
|
Loading…
Reference in a new issue