|
@@ -206,6 +206,7 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
align-items: center;
|
|
align-items: center;
|
|
margin-bottom: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
|
|
+ width: inherit;
|
|
|
|
|
|
input {
|
|
input {
|
|
margin-right: 5px;
|
|
margin-right: 5px;
|
|
@@ -220,10 +221,11 @@ export default {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ width: inherit;
|
|
|
|
|
|
span {
|
|
span {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- width: 24px;
|
|
|
|
|
|
+ min-width: 24px;
|
|
height: 24px;
|
|
height: 24px;
|
|
background-color: var(--white);
|
|
background-color: var(--white);
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -236,6 +238,9 @@ export default {
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
color: var(--black);
|
|
color: var(--black);
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|