invoice and bill tax alignment

This commit is contained in:
batuhanbas
2020-01-29 06:19:03 +03:00
parent 0d33ffd311
commit a62fce5d71
7 changed files with 20 additions and 27 deletions

View File

@ -2609,8 +2609,13 @@
max-width: unset !important;
}
.select-tax .el-select span:first-of-type {
width: 60px !important;
:first-of-type.select-tax .el-select span:first-of-type {
width: 125px !important;
overflow: hidden;
}
.select-tax .el-select span:last-of-type {
width: 40px !important;
overflow: hidden;
}
@ -2619,7 +2624,7 @@
}
.select-tax .el-select .el-select__tags .el-select__tags-text {
width: 20px !important;
width: 82px !important;
overflow: hidden;
}
@ -15459,22 +15464,10 @@
max-width: unset !important;
}
.select-tax .el-select span:first-of-type
{
width: 60px !important;
overflow: hidden;
}
.select-tax .el-input--prefix .el-input__inner {
padding-left: 23px !important;
}
.select-tax .el-select .el-select__tags .el-select__tags-text
{
width: 20px !important;
overflow: hidden;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after
{
right: 4px !important;