mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
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:
commit
bce0c9549d
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
padding: 0 0 10px;
|
||||
width: calc(100% + 31px);
|
||||
|
||||
.title-row h1 {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.content-header {
|
||||
padding: 0 2em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue