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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
1f77870a
Commit
1f77870a
authored
Jul 05, 2021
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix template cards alignment
parent
a7041e34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
app/assets/javascripts/vue_shared/new_namespace/components/welcome.vue
...vascripts/vue_shared/new_namespace/components/welcome.vue
+1
-1
app/assets/stylesheets/page_bundles/new_namespace.scss
app/assets/stylesheets/page_bundles/new_namespace.scss
+3
-2
No files found.
app/assets/javascripts/vue_shared/new_namespace/components/welcome.vue
View file @
1f77870a
...
...
@@ -38,7 +38,7 @@ export default {
<div
v-for=
"panel in panels"
:key=
"panel.name"
class=
"new-namespace-panel-wrapper gl-display-inline-block gl-px-3 gl-mb-5"
class=
"new-namespace-panel-wrapper gl-display-inline-block gl-
float-left gl-
px-3 gl-mb-5"
>
<a
:href=
"`#$
{panel.name}`"
...
...
app/assets/stylesheets/page_bundles/new_namespace.scss
View file @
1f77870a
...
...
@@ -8,10 +8,11 @@ $new-namespace-panel-height: 240px;
}
.new-namespace-panel-wrapper
{
@include
media-breakpoint-down
(
md
)
{
width
:
50%
;
@include
media-breakpoint-down
(
lg
)
{
width
:
100%
;
}
width
:
50%
;
}
.new-namespace-panel
{
...
...
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