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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
360646ea
Commit
360646ea
authored
May 20, 2019
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix height of input groups
parent
0c5b3d08
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
+10
-0
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+4
-0
app/assets/stylesheets/framework/variables_overrides.scss
app/assets/stylesheets/framework/variables_overrides.scss
+1
-0
changelogs/unreleased/60778-input-text-height.yml
changelogs/unreleased/60778-input-text-height.yml
+5
-0
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
360646ea
...
...
@@ -280,3 +280,7 @@ label {
max-width
:
$input-lg-width
;
width
:
100%
;
}
.input-group-text
{
max-height
:
$input-height
;
}
app/assets/stylesheets/framework/variables_overrides.scss
View file @
360646ea
...
...
@@ -7,6 +7,7 @@ $secondary: $gray-light;
$input-disabled-bg
:
$gray-light
;
$input-border-color
:
$gray-200
;
$input-color
:
$gl-text-color
;
$input-font-size
:
$gl-font-size
;
$font-family-sans-serif
:
$regular-font
;
$font-family-monospace
:
$monospace-font
;
$btn-line-height
:
20px
;
...
...
changelogs/unreleased/60778-input-text-height.yml
0 → 100644
View file @
360646ea
---
title
:
Fix input group height
merge_request
:
author
:
type
:
other
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