23 lines
642 B
Plaintext
23 lines
642 B
Plaintext
.search-layout {
|
|
[class*="-row"] > [class*="-col"]:last-child [class*="-form-item"] {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
[class*="-row"] > [class*="-col"]:last-child [class*="-form-item-label"] {
|
|
display: none !important;
|
|
}
|
|
|
|
[class*="-row"] > [class*="-col"]:last-child [class*="-form-item-control"] {
|
|
flex: 0 0 100% !important;
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
[class*="-row"] > [class*="-col"]:last-child [class*="-form-item-control-input-content"] {
|
|
display: flex !important;
|
|
justify-content: flex-end !important;
|
|
align-items: center !important;
|
|
gap: 8px !important;
|
|
padding-right: 16px;
|
|
}
|
|
}
|