Fix Bug 50832

This commit is contained in:
ShimaginAndrey 2021-06-17 18:58:45 +03:00
parent 670910d5f4
commit 005bb841dc
5 changed files with 19 additions and 5 deletions

View file

@ -56,6 +56,20 @@
}
}
.add-popup {
.view{
.block-title{
margin-bottom: 0;
margin-top: 8px;
}
.inputs-list {
ul:after, :before{
display: none;
}
}
}
}
// Buttons
.segmented {
.decrement, .increment {

View file

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

View file

@ -179,7 +179,7 @@ const AddOther = props => {
<Icon slot="media" icon="icon-pagenumber"></Icon>
</ListItem>
{(isShape || isChart) ? null :
[ <ListItem title={_t.textBreak} link={'/add-break/'} routeProps={{
[ <ListItem key='break' title={_t.textBreak} link={'/add-break/'} routeProps={{
onPageBreak: props.onPageBreak,
onColumnBreak: props.onColumnBreak,
onInsertSectionBreak: props.onInsertSectionBreak
@ -187,7 +187,7 @@ const AddOther = props => {
<Icon slot="media" icon="icon-sectionbreak"></Icon>
</ListItem>,
<ListItem title={_t.textFootnote} link={'/add-footnote/'} routeProps={{
<ListItem key='footnote' title={_t.textFootnote} link={'/add-footnote/'} routeProps={{
getFootnoteProps: props.getFootnoteProps,
getFootnoteStartAt: props.getFootnoteStartAt,
onFootnoteStartAt: props.onFootnoteStartAt,

View file

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

View file

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