vendor/assets/stylesheets/trix.css in trix-editmode-0.0.5 vs vendor/assets/stylesheets/trix.css in trix-editmode-0.0.6

- old
+ new

@@ -1,9 +1,9 @@ @charset "UTF-8"; /* -Trix 1.2.0 -Copyright © 2019 Basecamp, LLC +Trix 1.2.3 +Copyright © 2020 Basecamp, LLC http://trix-editor.org/*/ trix-editor { border: 1px solid #bbb; border-radius: 3px; margin: 0; @@ -13,10 +13,11 @@ trix-toolbar * { box-sizing: border-box; } trix-toolbar .trix-button-row { display: flex; flex-wrap: nowrap; - justify-content: space-between; } + justify-content: space-between; + overflow-x: auto; } trix-toolbar .trix-button-group { display: flex; margin-bottom: 10px; border: 1px solid #bbb; border-top-color: #ccc;