Skip to content
Snippets Groups Projects
Commit 5da1c23b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'fix-typo-zen-control' into 'master'

Fixed typo in zen.scss and corresponding views



See merge request !4045
parents 6ed6e0f9 8b813277
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -32,7 +32,7 @@
}
}
 
.zen-cotrol {
.zen-control {
padding: 0;
color: #555;
background: none;
Loading
Loading
Loading
Loading
@@ -8,7 +8,7 @@
%a.js-md-preview-button{ href: "#md-preview-holder", tabindex: -1 }
Preview
%li.pull-right
%button.zen-cotrol.zen-control-full.js-zen-enter{ type: 'button', tabindex: -1 }
%button.zen-control.zen-control-full.js-zen-enter{ type: 'button', tabindex: -1 }
Go full screen
 
.md-write-holder
Loading
Loading
Loading
Loading
@@ -4,5 +4,5 @@
= f.text_area attr, class: classes, placeholder: placeholder
- else
= text_area_tag attr, nil, class: classes, placeholder: placeholder
%a.zen-cotrol.zen-control-leave.js-zen-leave{ href: "#" }
%a.zen-control.zen-control-leave.js-zen-leave{ href: "#" }
= icon('compress')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment