Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
smart_date
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
smart_date
Merge requests
!104
Rollbacks gin fix to smart_date.css
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Rollbacks gin fix to smart_date.css
issue/smart_date-3399924:3399924-smart-date-gin-update-4.0.x
into
4.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Rollbacks gin fix to smart_date.css
Bernardo Martinez
requested to merge
issue/smart_date-3399924:3399924-smart-date-gin-update-4.0.x
into
4.0.x
Apr 11, 2024
Overview
0
Commits
1
Pipelines
0
Changes
1
Closes
#3399924
0
0
Merge request reports
Compare
4.0.x
4.0.x (HEAD)
and
latest version
latest version
a658c3d3
1 commit,
Apr 11, 2024
1 file
+
5
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
css/smart_date.css
+
5
−
1
View file @ 6857d2b8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -179,7 +179,11 @@ tr.even .smartdate--widget .form-type--select label {
}
/* Use a different bottom margin for Claro and Gin */
.fieldset__wrapper
.smartdate--time-inline
.smartdate--separator
{
margin
:
0
0.5rem
1.5rem
;
margin
:
0
0.5rem
0.75rem
;
}
.field-multiple-table
tr
.fieldset__wrapper
.smartdate--time-inline
.form-item
{
margin-top
:
0px
;
margin-bottom
:
0px
;
}
.smartdate--time-inline
.form-datetime-wrapper
.form-items-inline
,
.smartdate--time-inline
div
.time-start
,
Loading