~Final~ Discovery fixes/cleanup #2599
3 changed files with 1 additions and 6 deletions
|
@ -69,7 +69,7 @@ export default function TagSelect(props: Props) {
|
||||||
<div>
|
<div>
|
||||||
<Form onSubmit={handleSubmit}>
|
<Form onSubmit={handleSubmit}>
|
||||||
<FormField
|
<FormField
|
||||||
label={__('Tags')}
|
label={__('Tag Search')}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
placeholder={__('Search for more tags')}
|
placeholder={__('Search for more tags')}
|
||||||
type="text"
|
type="text"
|
||||||
|
|
|
@ -18,10 +18,6 @@ table,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table--empty {
|
|
||||||
// padding: var(--spacing-large);
|
|
||||||
}
|
|
||||||
|
|
||||||
td {
|
td {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
@ -368,7 +368,6 @@
|
||||||
"Add to your library": "Add to your library",
|
"Add to your library": "Add to your library",
|
||||||
"Web link": "Web link",
|
"Web link": "Web link",
|
||||||
"Facebook": "Facebook",
|
"Facebook": "Facebook",
|
||||||
"": "",
|
|
||||||
"Twitter": "Twitter",
|
"Twitter": "Twitter",
|
||||||
"View on Spee.ch": "View on Spee.ch",
|
"View on Spee.ch": "View on Spee.ch",
|
||||||
"LBRY App link": "LBRY App link",
|
"LBRY App link": "LBRY App link",
|
||||||
|
|
Loading…
Reference in a new issue