Merge pull request #5039 from aignatov-bio/ai-sci-8013-fix-protocol-long-name

Fix protocol long name [SCI-8013]
This commit is contained in:
aignatov-bio 2023-02-28 15:21:18 +01:00 committed by GitHub
commit bce0c9549d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,10 @@
padding: 0 0 10px;
width: calc(100% + 31px);
.title-row h1 {
max-width: 100%;
}
.content-header {
padding: 0 2em;
}