Skip to content

Commit ba6f519

Browse files
committed
Trix 1.2.3
1 parent 760a863 commit ba6f519

File tree

6 files changed

+22
-21
lines changed

6 files changed

+22
-21
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 Basecamp, LLC
1+
Copyright (c) 2020 Basecamp, LLC
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

dist/trix-core.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/trix.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/*
3-
Trix 1.2.2
4-
Copyright © 2019 Basecamp, LLC
3+
Trix 1.2.3
4+
Copyright © 2020 Basecamp, LLC
55
http://trix-editor.org/*/
66
trix-editor {
77
border: 1px solid #bbb;
@@ -15,7 +15,8 @@ trix-toolbar * {
1515
trix-toolbar .trix-button-row {
1616
display: flex;
1717
flex-wrap: nowrap;
18-
justify-content: space-between; }
18+
justify-content: space-between;
19+
overflow-x: auto; }
1920
trix-toolbar .trix-button-group {
2021
display: flex;
2122
margin-bottom: 10px;

dist/trix.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trix",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A rich text editor for everyday writing",
55
"main": "dist/trix.js",
66
"style": "dist/trix.css",

src/trix/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.2.3

0 commit comments

Comments
 (0)