Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2016-08-13 14:54:23 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
b157a9927ac4a56024bed38c62bc861af4fe9eac
b157a992
1 parent
b246a67e
Fixed tag section and editor safari rendering.
Fixes #152.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
resources/assets/sass/_pages.scss
resources/assets/sass/_tinymce.scss
resources/assets/sass/_pages.scss
View file @
b157a99
...
...
@@ -158,8 +158,8 @@
.tabs
{
display
:
block
;
border-right
:
1px
solid
#DDD
;
width
:
54
px
;
flex
:
0
;
width
:
48
px
;
flex
:
0
1
auto
;
}
.tabs
i
{
color
:
rgba
(
0
,
0
,
0
,
0
.5
);
...
...
resources/assets/sass/_tinymce.scss
View file @
b157a99
...
...
@@ -25,20 +25,21 @@
}
.edit-area.flex
>
div
>
.mce-tinymce.mce-container.mce-panel
{
height
:
100%
;
max-height
:
100%
;
flex
:
1
;
flex
:
1
1
auto
;
display
:
flex
!
important
;
flex-direction
:
column
;
align-items
:
stretch
;
margin
:
0
-1px
;
>
.mce-container-body
{
flex
:
1
;
flex
:
1
1
auto
;
display
:
flex
!
important
;
flex-direction
:
column
;
align-items
:
stretch
;
>
.mce-toolbar-grp
{
flex
:
0
1
auto
;
}
>
.mce-edit-area
{
flex
:
1
;
flex
:
1
1
auto
;
display
:
flex
!
important
;
flex-direction
:
column
;
align-items
:
stretch
;
...
...
Please
register
or
sign in
to post a comment