~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>
|
||||
<Form onSubmit={handleSubmit}>
|
||||
<FormField
|
||||
label={__('Tags')}
|
||||
label={__('Tag Search')}
|
||||
onChange={onChange}
|
||||
placeholder={__('Search for more tags')}
|
||||
type="text"
|
||||
|
|
|
@ -18,10 +18,6 @@ table,
|
|||
}
|
||||
}
|
||||
|
||||
.table--empty {
|
||||
// padding: var(--spacing-large);
|
||||
}
|
||||
|
||||
td {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
|
@ -368,7 +368,6 @@
|
|||
"Add to your library": "Add to your library",
|
||||
"Web link": "Web link",
|
||||
"Facebook": "Facebook",
|
||||
"": "",
|
||||
"Twitter": "Twitter",
|
||||
"View on Spee.ch": "View on Spee.ch",
|
||||
"LBRY App link": "LBRY App link",
|
||||
|
|
Loading…
Reference in a new issue