mirror of
https://github.com/documize/community.git
synced 2025-08-08 15:05:28 +02:00
fixed glitch with zone-header rendering
This commit is contained in:
parent
2de03ba049
commit
bb7530d56d
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@
|
|||
> .message {
|
||||
color: $color-gray;
|
||||
font-size: 1rem;
|
||||
margin-top: 10px;
|
||||
margin: 10px 0 0 5px;
|
||||
}
|
||||
}
|
||||
> .actions {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div id="zone-header" class="zone-header">
|
||||
<div class="info pull-left width-60">
|
||||
<div class="title">
|
||||
{{title}}
|
||||
{{title}}
|
||||
</div>
|
||||
<div class="{{if hasMessage "message"}}">
|
||||
{{message}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue