Skip to content

Commit

Permalink
Fix: replace vh-100 with min-vh-100 on body elements
Browse files Browse the repository at this point in the history
  • Loading branch information
dabico committed Apr 7, 2024
1 parent 0ccf676 commit f516e23
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion views/conflict.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/conflicts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/error.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<h1 class="text-center mb-3">
Expand Down
2 changes: 1 addition & 1 deletion views/export.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<header></header>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/instance.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/instances.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/label.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/labels.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/login.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<h1 class="text-center mb-3">Login</h1>
Expand Down
2 changes: 1 addition & 1 deletion views/progress.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header'); %>
<main>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion views/review.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<%- include('./partials/head/meta'); %>
<%- include('./partials/head/link'); %>
</head>
<body class="vh-100 mw-100 d-flex flex-column justify-content-between">
<body class="min-vh-100 mw-100 d-flex flex-column justify-content-between">
<%- include('./partials/header', { reviewer: reviewer }); %>
<main>
<div class="container">
Expand Down

0 comments on commit f516e23

Please sign in to comment.