GH-2496 - Updating board title truncation issue (#2497)

This commit is contained in:
Asaad Mahmood 2022-03-09 19:51:37 +05:00 committed by GitHub
parent fa1e034f89
commit f9cef8e4a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,11 @@
flex-direction: row;
justify-content: space-between;
}
.ViewTitle {
flex: 1;
padding-right: 16px;
}
}