Fix Bug 52870
This commit is contained in:
parent
d4d07c2ad1
commit
7ae7a08e7f
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue