Skip to content

Commit

Permalink
Missing history banner do not overlap images #1846
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Apr 25, 2021
1 parent c005cc8 commit 249a780
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/document/RouteView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="box">
<markdown-section :document="document" :field="fields.summary" />
<markdown-section v-if="locale.route_history" :document="document" :field="fields.route_history" />
<div v-else-if="showMissingHistoryBanner" class="notification is-info no-print">
<div v-else-if="showMissingHistoryBanner" class="notification is-info no-print missing-history-banner">
<edit-link :document="document" :lang="lang" show-always v-translate>
History is missing, please provide it if you have information.
</edit-link>
Expand Down Expand Up @@ -212,6 +212,10 @@ export default {
</script>
<style lang="scss" scoped>
.missing-history-banner {
overflow: hidden;
}
.protection-area-info {
overflow: hidden;
margin-bottom: 1.5rem;
Expand Down

0 comments on commit 249a780

Please sign in to comment.