Commit 07cd0f92 authored by SeeBeyond's avatar SeeBeyond

Shorten board height

parent d72c9cf7
/* This file is meant to enhance instance gitlab.seebeyond.dev */
\ No newline at end of file
function $(item) {
return document.querySelectorAll(item);
}
window.onload = () => {
// Shorten board heights
$(".board .h-100").forEach(el => el.classList.remove("h-100"));
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment