Skip to content

Commit af6f34b

Browse files
committed
Updated version and assets for release v0.27.5
1 parent fb82a2b commit af6f34b

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

public/dist/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/dist/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4408,7 +4408,8 @@ body.dragging, body.dragging * {
44084408
.list-sort-container .list-sort {
44094409
display: inline-grid;
44104410
margin-left: 12px;
4411-
grid-template-columns: 120px 40px;
4411+
grid-template-columns: minmax(120px, max-content) 40px;
4412+
font-size: 0.9rem;
44124413
border: 2px solid #DDD;
44134414
border-radius: 4px; }
44144415
.list-sort-container .list-sort-label {

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.27.4
1+
v0.27.5

0 commit comments

Comments
 (0)