1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

File permissions alert and clear command failure message.

This commit is contained in:
SychO9
2021-09-22 22:08:51 +01:00
parent ffaa88f526
commit 40e0a9672b
12 changed files with 299 additions and 20 deletions

View File

@@ -4,3 +4,7 @@
flex-wrap: wrap;
gap: 4px;
}
.ComposerFailureModal-output {
white-space: break-spaces;
}