Skip to content

Commit 932880d

Browse files
Editor sidebar doesn't fill whole height (#1117)
closes #1116 --------- Kristina <kristina.dudnyk20@gmail.com>
1 parent 467842d commit 932880d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
## Unreleased
88

99

10+
## [0.28.5] - 2024-11-01
11+
12+
### Fixed
13+
14+
- Hight of the sidebar for mobile (#1117)
15+
16+
1017
## [0.28.6] - 2024-10-29
1118

1219
### Changed
1320

1421
- added "Help" link to the information panel in the sidebar as the first link
1522

23+
1624
## [0.28.5] - 2024-10-25
1725

1826
### Fixed

src/assets/stylesheets/Tabs.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
&__tab-panel--selected {
113113
flex: 1;
114114
display: flex;
115-
flex-direction: column;
116115
overflow-y: auto;
117116
}
118117
}

0 commit comments

Comments
 (0)