Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
65d6b7e3
Commit
65d6b7e3
authored
May 07, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
c598c65b
e5cf03c6
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
9 deletions
+13
-9
app/assets/javascripts/set_status_modal/set_status_modal_wrapper.vue
...javascripts/set_status_modal/set_status_modal_wrapper.vue
+2
-2
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+6
-1
app/assets/stylesheets/framework/modal.scss
app/assets/stylesheets/framework/modal.scss
+0
-6
changelogs/unreleased/61494-set-status-modal-visual-bugs.yml
changelogs/unreleased/61494-set-status-modal-visual-bugs.yml
+5
-0
No files found.
app/assets/javascripts/set_status_modal/set_status_modal_wrapper.vue
View file @
65d6b7e3
...
...
@@ -178,7 +178,7 @@ export default {
/>
<div
ref=
"userStatusForm"
class=
"form-group position-relative m-0"
>
<div
class=
"input-group"
>
<span
class=
"input-group-
btn
"
>
<span
class=
"input-group-
prepend
"
>
<button
ref=
"toggleEmojiMenuButton"
v-gl-tooltip
.
bottom
...
...
@@ -211,7 +211,7 @@ export default {
@
keyup
.
enter
.
prevent
@
click=
"hideEmojiMenu"
/>
<span
v-show=
"isDirty"
class=
"input-group-
btn
"
>
<span
v-show=
"isDirty"
class=
"input-group-
append
"
>
<button
v-gl-tooltip
.
bottom
:title=
"s__('SetStatusModal|Clear status')"
...
...
app/assets/stylesheets/framework/header.scss
View file @
65d6b7e3
...
...
@@ -581,10 +581,15 @@
.emoji-menu-toggle-button
{
@include
emoji-menu-toggle-button
;
padding
:
$gl-vert-padding
$gl-btn-padding
;
}
.input-group
{
height
:
34px
;
&
,
.input-group-prepend
,
.input-group-append
{
height
:
$input-height
;
}
}
}
...
...
app/assets/stylesheets/framework/modal.scss
View file @
65d6b7e3
...
...
@@ -66,12 +66,6 @@
margin-top
:
$grid-size
;
}
}
@include
media-breakpoint-up
(
sm
)
{
.btn
:nth-child
(
1
)
{
margin-left
:
auto
;
}
}
}
body
.modal-open
{
...
...
changelogs/unreleased/61494-set-status-modal-visual-bugs.yml
0 → 100644
View file @
65d6b7e3
---
title
:
Fix visual issues in set status modal
merge_request
:
28147
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment