overflows and tags updated

This commit is contained in:
batuhanbas
2020-02-05 19:56:28 +03:00
parent eff1cd459d
commit bdeb9a5b49
8 changed files with 18 additions and 20 deletions

View File

@ -115,6 +115,11 @@ button:focus
overflow-y: hidden !important;
}
.overflow-x-hidden
{
overflow-x: hidden !important;
}
.overflow-y-scroll
{
overflow-y: scroll !important;

View File

@ -2605,13 +2605,14 @@
}
.select-tax .el-select .el-select__tags {
width: unset !important;
width: 179px !important;
max-width: unset !important;
top: 24px;
flex-wrap: unset;
}
:first-of-type.select-tax .el-select span:first-of-type {
width: 125px !important;
overflow: hidden;
}
.select-tax .el-select span:last-of-type {
@ -15458,17 +15459,6 @@
padding-left: 6px !important;
}
.el-select .el-select__input
{
margin-left: unset !important;
}
.select-tax .el-select .el-select__tags
{
width: unset !important;
max-width: unset !important;
}
.select-tax .el-input--prefix .el-input__inner {
padding-left: 23px !important;
}