Fixes #209
parent
69ecf6a947
commit
f08d52a098
|
@ -209,9 +209,11 @@ export function FilterList({
|
||||||
onSelect(option);
|
onSelect(option);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<span className="sb-icon">
|
{Icon && (
|
||||||
{Icon && <Icon width={16} height={16} />}
|
<span className="sb-icon">
|
||||||
</span>
|
<Icon width={16} height={16} />
|
||||||
|
</span>
|
||||||
|
)}
|
||||||
<span
|
<span
|
||||||
className="sb-name"
|
className="sb-name"
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
.sb-header {
|
.sb-header {
|
||||||
padding: 13px 10px 10px 10px;
|
padding: 13px 10px 10px 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
color: var(--highlight-color);
|
color: var(--highlight-color);
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
|
@ -53,8 +54,9 @@
|
||||||
.sb-selected-option {
|
.sb-selected-option {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
height: 20px;
|
// height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
// white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sb-selected-option {
|
.sb-selected-option {
|
||||||
|
|
|
@ -85,6 +85,8 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
display: block;
|
display: block;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
// Action buttons width
|
||||||
|
margin-right: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.sb-edit-page-name {
|
input.sb-edit-page-name {
|
||||||
|
|
Loading…
Reference in New Issue