summaryrefslogtreecommitdiff
path: root/frontend/app/views/tile/components/tile.form.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-20 23:28:50 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-20 23:28:50 +0100
commit30265efd64167e9fd6b5a489bd7f8239b496ed35 (patch)
treeadf29e6e21cd8ed53f6cb133cc0d11652bba1a1b /frontend/app/views/tile/components/tile.form.js
parent5bd7c56c63559d6f8c05d50735895efa429d6dd6 (diff)
defer appearance of items on a timer. setup ok for julia and charles popups
Diffstat (limited to 'frontend/app/views/tile/components/tile.form.js')
-rw-r--r--frontend/app/views/tile/components/tile.form.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/views/tile/components/tile.form.js b/frontend/app/views/tile/components/tile.form.js
index c2f2f60..c2a8f79 100644
--- a/frontend/app/views/tile/components/tile.form.js
+++ b/frontend/app/views/tile/components/tile.form.js
@@ -811,7 +811,7 @@ class TileForm extends Component {
</div>
)}
{(temporaryTile.target_page_id === OPEN_POPUP_LINK || temporaryTile.target_page_id === CLOSE_POPUP_LINK) && (
- <div>
+ <div className='row single'>
<Select
title="Popup"
name='target_popup'