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
926e7b12
Commit
926e7b12
authored
Oct 01, 2020
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CSS boards split follow up - remove important on utility classes
parent
00bf677c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/boards/components/board_list_header.vue
...ssets/javascripts/boards/components/board_list_header.vue
+1
-1
ee/app/assets/javascripts/boards/components/issues_lane_list.vue
...assets/javascripts/boards/components/issues_lane_list.vue
+1
-1
No files found.
app/assets/javascripts/boards/components/board_list_header.vue
View file @
926e7b12
...
...
@@ -188,7 +188,7 @@ export default {
<h3
:class=
"
{
'user-can-drag': !disabled
&&
!list.preset,
'gl-py-3 gl-h-full
!
': !list.isExpanded
&&
!isSwimlanesHeader,
'gl-py-3 gl-h-full': !list.isExpanded
&&
!isSwimlanesHeader,
'gl-border-b-0': !list.isExpanded || isSwimlanesHeader,
'gl-py-2': !list.isExpanded
&&
isSwimlanesHeader,
}"
...
...
ee/app/assets/javascripts/boards/components/issues_lane_list.vue
View file @
926e7b12
...
...
@@ -140,7 +140,7 @@ export default {
<
template
>
<div
class=
"board gl-px-3 gl-vertical-align-top gl-white-space-normal gl-display-flex
!
gl-flex-shrink-0"
class=
"board gl-px-3 gl-vertical-align-top gl-white-space-normal gl-display-flex gl-flex-shrink-0"
:class=
"
{ 'is-collapsed': !list.isExpanded }"
>
<div
class=
"board-inner gl-rounded-base gl-relative gl-w-full"
>
...
...
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