Merge pull request 'prevent comments to mess up on small screens like phone' (#4) from Mollomm1/burgercat:main into main
Reviewed-on: https://codeberg.org/burger-software/burgercat/pulls/4
This commit is contained in:
commit
b67a441e0c
|
@ -162,6 +162,7 @@ body {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
overflow: hidden; /* to prevent comment to mess up on small screens like phones */
|
||||||
}
|
}
|
||||||
|
|
||||||
.post .username {
|
.post .username {
|
||||||
|
|
Reference in New Issue