Skip to content

Commit 12da996

Browse files
committed
version 2.6.0.4
1 parent 486f2cc commit 12da996

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.6.0.4 - 2020-08-11
4+
5+
### Fixed
6+
- Fix layout issue with row layout fields, where any overflow was hidden.
7+
38
## 2.6.0.3 - 2020-08-10
49

510
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/super-table",
33
"description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.",
44
"type": "craft-plugin",
5-
"version": "2.6.0.3",
5+
"version": "2.6.0.4",
66
"keywords": [
77
"craft",
88
"cms",

src/resources/dist/css/super-table.css

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

src/resources/src/scss/_input.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,10 @@
264264
padding: 4px 10px;
265265
border-top: 1px solid rgba(51,64,77,0.1);
266266
background: #fff;
267-
overflow: hidden;
267+
268+
// Don't even think about uncommenting this. Is particularly messes up Icon Picked dropdowns
269+
// but very likely other fields.
270+
// overflow: hidden;
268271

269272
& > .field > .heading {
270273
display: none;

0 commit comments

Comments
 (0)