refs #1147 invoice item searchable

This commit is contained in:
Cüneyt Şentürk
2020-01-21 15:26:21 +03:00
parent c71379c56b
commit 1688284cd1
6 changed files with 62 additions and 19 deletions

View File

@ -2596,6 +2596,14 @@
padding-right: 35px
}
.el-select.pl-20 .el-input .el-input__inner {
padding-left: 20px !important;
}
.el-select.mr-40 .el-input .el-input__inner {
margin-right: 40px !important;
}
.select-tax .el-select .el-select__tags {
width: unset !important;
max-width: unset !important;