Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
Frontend V2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GraphPolaris
Frontend V2
Merge requests
!26
Test/new storybook
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Test/new storybook
test/new_storybook
into
main
Overview
6
Commits
13
Pipelines
5
Changes
2
Merged
Frank Artacho
requested to merge
test/new_storybook
into
main
1 year ago
Overview
6
Commits
13
Pipelines
5
Changes
2
Expand
Fixes:
UI of panels. Now they are visible and responsive in Chrome and Firefox.
Add Database form: Spacing of inputs is fixed, the modal is floating in the proper position, the input "port" has validation.
Sub menus to change or delete database: now they can be close after use them or show them
0
0
Merge request reports
Viewing commit
d0d2b7be
Prev
Next
Show latest version
2 files
+
12
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
d0d2b7be
test(new_storybook): fix | spacing styles add database form and header
· d0d2b7be
Frank Artacho
authored
1 year ago
apps/web/src/components/navbar/AddDatabaseForm/add-database-form.module.scss
+
2
−
1
Options
.wrapper
{
height
:
auto
;
height
:
100%
;
display
:
flex
;
align-items
:
center
;
width
:
100vw
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.2
);
position
:
absolute
;
z-index
:
1225
;
margin-top
:
50px
;
}
.authWrapper
{
Loading