Skip to content

Commit 8c546a9

Browse files
Mutugiiidogi
andauthored
all: smoother december challenge (fixes #8024) (#8026)
Co-authored-by: dogi <dogi@users.noreply.github.com>
1 parent d0302de commit 8c546a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "planet",
33
"license": "AGPL-3.0",
4-
"version": "0.16.31",
4+
"version": "0.16.32",
55
"myplanet": {
66
"latest": "v0.21.58",
77
"min": "v0.20.58"

src/app/shared/dialogs/dialogs-announcement.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@
5555
background-color: $primary;
5656
transition: width 0.5s;
5757
display: flex;
58-
justify-content: center;
5958
align-items: center;
59+
white-space: nowrap;
60+
padding: 0 10px;
6061
}
6162

6263
.thermometer-label {

0 commit comments

Comments
 (0)