The text in the name and address cells to wrap to next line

master
Letícia Camara 2019-01-16 21:28:38 -02:00
parent c5576bb57b
commit 65451e1cca
1 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,8 @@
}
.merchants_services .MuiNotchedOutline-focused-120 {
border-color: rgb(19, 143, 82) !important;
}
table tr th:nth-of-type(1), table tr th:nth-of-type(2) {
width: 156px;
}