We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0302de commit 8c546a9Copy full SHA for 8c546a9
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "planet",
3
"license": "AGPL-3.0",
4
- "version": "0.16.31",
+ "version": "0.16.32",
5
"myplanet": {
6
"latest": "v0.21.58",
7
"min": "v0.20.58"
src/app/shared/dialogs/dialogs-announcement.component.scss
@@ -55,8 +55,9 @@
55
background-color: $primary;
56
transition: width 0.5s;
57
display: flex;
58
- justify-content: center;
59
align-items: center;
+ white-space: nowrap;
60
+ padding: 0 10px;
61
}
62
63
.thermometer-label {
0 commit comments