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
ab241b84
Commit
ab241b84
authored
6 years ago
by
Andrea Leone
Committed by
Annabel Dunstone Gray
6 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Collapsed open and closed sections in boards styling is broken"
parent
a7633d4a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+9
-1
changelogs/unreleased/51050-fix.yml
changelogs/unreleased/51050-fix.yml
+5
-0
No files found.
app/assets/stylesheets/pages/boards.scss
View file @
ab241b84
...
@@ -136,15 +136,23 @@
...
@@ -136,15 +136,23 @@
right
:
0
;
right
:
0
;
bottom
:
0
;
bottom
:
0
;
left
:
0
;
left
:
0
;
button
{
display
:
none
;
}
}
}
.board-title
{
.board-title
{
padding
:
0
;
padding
:
0
;
border-bottom
:
0
;
border-bottom
:
0
;
justify-content
:
center
;
>
span
{
>
span
{
width
:
100%
;
margin-top
:
-12px
;
display
:
block
;
display
:
block
;
transform
:
rotate
(
90deg
)
translate
(
35px
,
10px
);
transform
:
rotate
(
90deg
)
translate
(
35px
,
0
);
overflow
:
initial
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/51050-fix.yml
0 → 100644
View file @
ab241b84
---
title
:
Fix broken styling when issue board is collapsed
merge_request
:
21868
author
:
Andrea Leone
type
:
fixed
This diff is collapsed.
Click to expand it.
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