1
0
Fork 0
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:
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 { > .message {
color: $color-gray; color: $color-gray;
font-size: 1rem; font-size: 1rem;
margin-top: 10px; margin: 10px 0 0 5px;
} }
} }
> .actions { > .actions {

View file

@ -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}} &nbsp;{{title}}
</div> </div>
<div class="{{if hasMessage "message"}}"> <div class="{{if hasMessage "message"}}">
{{message}} {{message}}