Added padding to poll options

This commit is contained in:
Niléane 2024-01-01 16:11:09 +01:00
commit 765639c8fd
No known key found for this signature in database
3 changed files with 6 additions and 3 deletions

View file

@ -1530,7 +1530,8 @@ body.app-body {
display: none;
}
.app-body .poll li {
margin-bottom: 5px;
margin-bottom: 4px;
padding-bottom: 1px;
position: relative;
border-radius: 8px;
overflow: hidden;

View file

@ -1530,7 +1530,8 @@ body.app-body {
display: none;
}
.app-body .poll li {
margin-bottom: 5px;
margin-bottom: 4px;
padding-bottom: 1px;
position: relative;
border-radius: 8px;
overflow: hidden;

View file

@ -1530,7 +1530,8 @@ body.app-body {
display: none;
}
.app-body .poll li {
margin-bottom: 5px;
margin-bottom: 4px;
padding-bottom: 1px;
position: relative;
border-radius: 8px;
overflow: hidden;