Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Commit

Permalink
长文本强制折行
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Jul 23, 2013
1 parent 41549cd commit c273134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/editor.css
Expand Up @@ -9,7 +9,7 @@
#content {display: -webkit-box; -webkit-box-flex: 1; min-height: 500px;}
#sidebar {padding: 10px 0 20px; float: none; display: -webkit-box; -webkit-box-orient: vertical;}
#page-nav {display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-flex: 1;}
#page-list-wrapper {-webkit-box-flex: 1; overflow: auto; margin-bottom: 10px;}
#page-list-wrapper {-webkit-box-flex: 1; overflow: auto; margin-bottom: 10px; word-break: break-all;}
#content .vr {width: 1px; background-color: silver; margin: 20px; margin-right: 0px;}
#editor-stage {-webkit-box-flex: 1; display: -webkit-box; -webkit-box-align: center; -webkit-box-pack: center; overflow: auto; padding: 0 10px;}
#editor-slide {border: 1px silver solid; border-radius: 5px; position: relative;}
Expand Down
1 change: 1 addition & 0 deletions css/stage.css
Expand Up @@ -45,6 +45,7 @@
width: 100%;
height: 100%;
box-sizing: border-box;
word-break: break-all;
}


Expand Down

0 comments on commit c273134

Please sign in to comment.