overflows and tags updated
This commit is contained in:
5
public/css/custom.css
vendored
5
public/css/custom.css
vendored
@ -115,6 +115,11 @@ button:focus
|
||||
overflow-y: hidden !important;
|
||||
}
|
||||
|
||||
.overflow-x-hidden
|
||||
{
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
.overflow-y-scroll
|
||||
{
|
||||
overflow-y: scroll !important;
|
||||
|
16
public/css/element.css
vendored
16
public/css/element.css
vendored
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user