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
417ae837
Commit
417ae837
authored
Mar 27, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for boards.scss
parent
0610bb09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+16
-1
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
417ae837
...
...
@@ -19,6 +19,7 @@
.is-ghost
{
opacity
:
0
.3
;
pointer-events
:
none
;
}
.dropdown-projects
{
...
...
@@ -50,6 +51,19 @@
.content-wrapper
{
padding-bottom
:
0
;
}
.issues-details-filters
{
display
:
flex
;
}
.filter-form
{
width
:
100%
;
}
}
.board-extra-actions
{
font-size
:
0
;
white-space
:
nowrap
;
}
.boards-app
{
...
...
@@ -236,7 +250,8 @@
}
}
.board-blank-state
{
.board-blank-state
,
.board-promotion-state
{
padding
:
$gl-padding
;
background-color
:
$white-light
;
flex
:
1
;
...
...
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