Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-23 22:00:51 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-23 22:00:51 +0300
commitaa443c16f63b16bae90732a854f1a5d56c365e43 (patch)
tree395244f585a7f4ecf39634957983d55b4cd66377 /app/assets/stylesheets/bootstrap_migration.scss
parent95685cafc9af5bd24606bbe5b9b3776670787973 (diff)
Add min-height to form-control
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 3d850523480..7ec399c1bf8 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -46,6 +46,12 @@ a {
text-align: right;
}
+.form-control,
+.search form {
+ // Bootstrap 4 does not have a height
+ min-height: 34px;
+}
+
table {
// Remove any table border lines
border-spacing: 0;