Skip to content

Commit

Permalink
fix: table's contextmenu oveflows in certain languages (fix #891) (#1016
Browse files Browse the repository at this point in the history
)

* fix: table's contextmenu oveflows in certain languages (fix #891)

* feat: apply code review
  • Loading branch information
seonim-ryu authored Jun 4, 2020
1 parent 5f62f5e commit 964009c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/editor/src/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -557,14 +557,16 @@
}

.te-popup-table-utils {
width: 120px;
width: auto;
min-width: 120px;
}

.te-popup-table-utils .tui-popup-body {
padding: 0px;
}

.te-popup-table-utils button {
display: block;
width: 100%;
background-color: #fff;
border: none;
Expand All @@ -581,6 +583,7 @@
}

.te-popup-table-utils hr {
margin: 0;
background-color: #cacaca;
border-style: none;
height: 1px;
Expand Down

0 comments on commit 964009c

Please sign in to comment.