Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_suite_bootstrap
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
ui_suite_bootstrap
Merge requests
!113
Issue
#3338283
: Bootstrap 5: dropdown is too complicated
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3338283
: Bootstrap 5: dropdown is too complicated
issue/ui_suite_bootstrap-3338283:3338283-dropdown-menu-props
into
5.0.x
Overview
0
Commits
5
Pipelines
0
Changes
14
Closed
Pierre Dureau
requested to merge
issue/ui_suite_bootstrap-3338283:3338283-dropdown-menu-props
into
5.0.x
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
14
Expand
0
0
Merge request reports
Compare
5.0.x
5.0.x (base)
and
latest version
latest version
27ea4567
5 commits,
1 year ago
14 files
+
233
−
402
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
src/HookHandler/PreprocessPage.php
+
1
−
2
Options
@@ -16,8 +16,7 @@ class PreprocessPage {
* The preprocessed variables.
*/
public
function
preprocess
(
array
&
$variables
):
void
{
// @todo It would be better to have a setting, like bootstrap_barrio do with
// bootstrap_barrio_fluid_container ('container-fluid' : 'container')
// @todo Will be moved to a future UI Skins feature.
$variables
[
'container'
]
=
'container'
;
}
Loading