diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 23:28:50 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-20 23:28:50 +0100 |
| commit | 30265efd64167e9fd6b5a489bd7f8239b496ed35 (patch) | |
| tree | adf29e6e21cd8ed53f6cb133cc0d11652bba1a1b /frontend/app/views/tile/components/tile.form.js | |
| parent | 5bd7c56c63559d6f8c05d50735895efa429d6dd6 (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.js | 2 |
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' |
