documentation-editor 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73df497dbde26523003bbad414656c6602e3ec34
4
- data.tar.gz: 42356b52768e202f985e1938251e3a3395fca12e
3
+ metadata.gz: 5fc10e0201807d3addb2870205623f7b38bb5d51
4
+ data.tar.gz: b483cd1778fc6466dd8b65e2ad00d0b2d4d0a1af
5
5
  SHA512:
6
- metadata.gz: 8e63484a201f765e17468fb63a0d9929ad57e7f220bf47ca0c24f1cd835d70e422ae546d60e1c2f0a8da59fd434d012e5658983886c5aaf75a791adc370dac96
7
- data.tar.gz: e3274fdbc790741abc6cf045d1cc9f3240c35dd9dc839c383455a4d485fdde9dbad8f59fb5976659085d9b83f862c0068c177c03f5bbf9f11f6c18cad7a72e41
6
+ metadata.gz: fa6640eca9c4173e686bbc0b9254db08c0491db611afcd58c89a9731095481b68ab85ab24e574509300dd1864ad219797bf22a4040840dd997e8f972ad025535
7
+ data.tar.gz: f33183c10886b22f52f76929d46485f7eab3e5687cfd8a844f2160bd7683fb4d9ba57e1443299facf336b8b0de9ca3226f6a28d6a98dff9e354b95a6f74f957e
@@ -98,6 +98,11 @@
98
98
  margin: 0
99
99
  &:focus
100
100
  outline: none
101
+ .code, .html
102
+ // http://stackoverflow.com/questions/15015019/prevent-chrome-from-wrapping-contents-of-joined-p-with-a-span
103
+ pre p, pre span
104
+ line-height: 1.5em !important
105
+ font-size: 12px !important
101
106
  .pages
102
107
  img
103
108
  width: 100px
@@ -109,7 +109,7 @@
109
109
  .tab-content
110
110
  %pre.tab-pane{contenteditable: true, "ng-repeat" => "code in section.content.codes track by $index", "ng-class" => "{ 'in active': ($index === 0) }", id: 'snippet_{{section.id}}_{{$index}}', 'ng-model' => 'sections[sectionIndex].content.codes[$index].code'}
111
111
  .html{"ng-if" => "section.type === 'html'"}
112
- %pre.tab-pane{contenteditable: true, id: 'snippet_{{section.id}}_{{$index}}', 'ng-model' => 'sections[sectionIndex].content.body'}
112
+ %pre{contenteditable: true, id: 'snippet_{{section.id}}_{{$index}}', 'ng-model' => 'sections[sectionIndex].content.body'}
113
113
 
114
114
  .insert-sections
115
115
  .pull-right
@@ -1,3 +1,3 @@
1
1
  module DocumentationEditor
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: documentation-editor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Algolia Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-17 00:00:00.000000000 Z
11
+ date: 2015-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails