Skip to content

Commit

Permalink
Trix 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Mar 9, 2020
1 parent 760a863 commit ba6f519
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019 Basecamp, LLC
Copyright (c) 2020 Basecamp, LLC

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
18 changes: 9 additions & 9 deletions dist/trix-core.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/trix.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*
Trix 1.2.2
Copyright © 2019 Basecamp, LLC
Trix 1.2.3
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
border: 1px solid #bbb;
Expand All @@ -15,7 +15,8 @@ trix-toolbar * {
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;
Expand Down
12 changes: 6 additions & 6 deletions dist/trix.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trix",
"version": "1.2.2",
"version": "1.2.3",
"description": "A rich text editor for everyday writing",
"main": "dist/trix.js",
"style": "dist/trix.css",
Expand Down
2 changes: 1 addition & 1 deletion src/trix/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.2
1.2.3

0 comments on commit ba6f519

Please sign in to comment.