1
0
Fork 0
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:
Harvey Kandola 2016-07-07 12:07:58 -07:00
parent 2de03ba049
commit bb7530d56d
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@
> .message {
color: $color-gray;
font-size: 1rem;
margin-top: 10px;
margin: 10px 0 0 5px;
}
}
> .actions {

View file

@ -1,7 +1,7 @@
<div id="zone-header" class="zone-header">
<div class="info pull-left width-60">
<div class="title">
{{title}}
&nbsp;{{title}}
</div>
<div class="{{if hasMessage "message"}}">
{{message}}