Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bs_base
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
bs_base
Commits
f3e57acc
Commit
f3e57acc
authored
3 years ago
by
Ivica Puljic
Committed by
Ivica Puljic
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3161023
by pivica: Form outline is almost touching description
parent
815a9535
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
themes/bs_bootstrap/sass/components/partials/_forms.scss
+3
-1
3 additions, 1 deletion
themes/bs_bootstrap/sass/components/partials/_forms.scss
themes/bs_bootstrap/sass/variables/_bs_bootstrap.scss
+2
-1
2 additions, 1 deletion
themes/bs_bootstrap/sass/variables/_bs_bootstrap.scss
with
5 additions
and
2 deletions
themes/bs_bootstrap/sass/components/partials/_forms.scss
+
3
−
1
View file @
f3e57acc
...
...
@@ -146,10 +146,12 @@ label {
}
}
// Description element - usually used for form descriptions.
// Description element - usually used for form descriptions. In Bootstrap this
// is a form-text CSS class, however we keep Drupal description CSS class.
.description
{
color
:
$text-muted
;
font-size
:
$font-size-sm
;
line-height
:
$form-text-line-height
;
&
--before
{
margin-bottom
:
$form-text-margin-top
;
...
...
This diff is collapsed.
Click to expand it.
themes/bs_bootstrap/sass/variables/_bs_bootstrap.scss
+
2
−
1
View file @
f3e57acc
...
...
@@ -64,7 +64,8 @@ $input-padding-y: $input-btn-padding-y !default;
// overriding of default browser behavior.
$input-autofill-bg
:
$input-bg
!
default
;
$form-text-margin-top
:
.1rem
!
default
;
$form-text-line-height
:
1
.3
!
default
;
$form-text-margin-top
:
.3rem
!
default
;
$form-inline-group-gutter
:
2
*
$spacer
!
default
;
// Custom checkbox/radio and select controls should look the same like other
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment