Skip to content

Commit e1cab4a

Browse files
authored
Minor fixes (hestiacp#3474)
* Fix button width regression * Fix typos in custom scripts README
1 parent 807ddac commit e1cab4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

web/css/src/themes/default.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1844,7 +1844,7 @@
18441844

18451845
.button {
18461846
cursor: pointer;
1847-
display: flex;
1847+
display: inline-flex;
18481848
align-items: center;
18491849
justify-content: center;
18501850
line-height: 21px;

web/css/themes/default.min.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.

web/js/custom_scripts/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
subfolders will be ignored (recursive file loading is not supported. you're free to create sub-folders, but they will not be invoked automatically.)
44

5-
These custom files will perist across HestiaCP upgrades.
5+
These custom files will persist across HestiaCP upgrades.
66

7-
This directory is not meant for HestiaCP development, but meant for people wantng to customize their own HestiaCP control panel.
7+
This directory is not meant for HestiaCP development, but meant for people wanting to customize their own HestiaCP control panel.
88

99
Warning: modifications to this README.txt may be lost during HestiaCP upgrades.

0 commit comments

Comments
 (0)