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:
authorMike Greiling <mike@pixelcog.com>2019-01-12 02:17:26 +0300
committerMike Greiling <mike@pixelcog.com>2019-01-12 02:17:26 +0300
commitaccf4631f7304332fa58d2964f9a4775711b3234 (patch)
treeecc4c1b705d990d833d2224745577ffa6bb924e6 /app/assets/stylesheets
parentf5dd9107363b7376325712f973339c7fde036ef2 (diff)
parent118edd2d537bdc3b5cd80a4112d4865a17956568 (diff)
Merge branch '55884-adjust-emoji-and-cancel-buttons-height-in-user-status-modal-when-emoji-is-changed' into 'master'
Adjust emoji and cancel buttons height in user status modal when emoji is changed Closes #55884 See merge request gitlab-org/gitlab-ce!24173
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/header.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 5574873fa22..36dd1cee4de 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -596,6 +596,10 @@
.emoji-menu-toggle-button {
@include emoji-menu-toggle-button;
}
+
+ .input-group {
+ height: 34px;
+ }
}
.nav-links > li > a {