Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
I
Interface Extensions
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Meta
Interface Extensions
Commits
07cd0f92
Commit
07cd0f92
authored
Jun 16, 2020
by
SeeBeyond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shorten board height
parent
d72c9cf7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
custom.css
custom.css
+1
-1
custom.js
custom.js
+8
-0
No files found.
custom.css
View file @
07cd0f92
/* This file is meant to enhance instance gitlab.seebeyond.dev */
\ No newline at end of file
custom.js
View file @
07cd0f92
function
$
(
item
)
{
return
document
.
querySelectorAll
(
item
);
}
window
.
onload
=
()
=>
{
// Shorten board heights
$
(
"
.board .h-100
"
).
forEach
(
el
=>
el
.
classList
.
remove
(
"
h-100
"
));
}
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