Fix Bug 52870

This commit is contained in:
ShimaginAndrey 2021-10-04 15:59:28 +03:00
parent d4d07c2ad1
commit 7ae7a08e7f
2 changed files with 3 additions and 8 deletions

View file

@ -73,13 +73,8 @@
margin-bottom: 0; margin-bottom: 0;
margin-top: 8px; margin-top: 8px;
} }
.add-image { .add-image, .inputs-list {
ul:before, :after{ ul:after, :before{
display: none;
}
}
.inputs-list {
ul:after {
display: none; display: none;
} }
} }

View file

@ -11,7 +11,7 @@ const PageLinkSettings = props => {
<Page> <Page>
<Navbar title={_t.textLinkSettings} backLink={_t.textBack}></Navbar> <Navbar title={_t.textLinkSettings} backLink={_t.textBack}></Navbar>
<BlockTitle>{_t.textAddress}</BlockTitle> <BlockTitle>{_t.textAddress}</BlockTitle>
<List className='inputs-list'> <List className='add-image'>
<ListInput <ListInput
type='text' type='text'
placeholder={_t.textImageURL} placeholder={_t.textImageURL}