mirror of
https://github.com/documize/community.git
synced 2025-08-09 07:25:23 +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 {
|
> .message {
|
||||||
color: $color-gray;
|
color: $color-gray;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-top: 10px;
|
margin: 10px 0 0 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .actions {
|
> .actions {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<div id="zone-header" class="zone-header">
|
<div id="zone-header" class="zone-header">
|
||||||
<div class="info pull-left width-60">
|
<div class="info pull-left width-60">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{{title}}
|
{{title}}
|
||||||
</div>
|
</div>
|
||||||
<div class="{{if hasMessage "message"}}">
|
<div class="{{if hasMessage "message"}}">
|
||||||
{{message}}
|
{{message}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue