diff options
| author | 2025-05-05 22:02:19 +0100 | |
|---|---|---|
| committer | 2025-05-06 16:55:58 +0100 | |
| commit | e3b5d43978f06f4a8c06d49467e4bb1d1f740375 (patch) | |
| tree | 586dc40ade4ffa8f81398c24beaaffb29fd5b0a0 /assets | |
| parent | 40029f5f4c8fb14697eaef1949a1a18eae6d9040 (diff) | |
| download | macaw-web-e3b5d43978f06f4a8c06d49467e4bb1d1f740375.tar.gz macaw-web-e3b5d43978f06f4a8c06d49467e4bb1d1f740375.tar.bz2 macaw-web-e3b5d43978f06f4a8c06d49467e4bb1d1f740375.zip  | |
feat: message composer
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/style.scss | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/style.scss b/assets/style.scss index 96291ed..deccd7c 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -244,6 +244,7 @@ p {  }  .new-message-composer .text-box { +  white-space: pre-wrap;    color: black;    background-color: #dcdcdc;    max-height: 32em; @@ -936,4 +937,4 @@ p {    font-weight: normal;    font-style: italic;    font-display: block; -}
\ No newline at end of file +}  | 
