mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
css: Fix ols on integrations.
Apparently, the 30px width we allocated to the bullets was insufficient with the larger font size there. Edit by tabbott: better to just increase it to 32px everywhere.
This commit is contained in:
committed by
Tim Abbott
parent
8b78eca759
commit
13bdc655c9
@@ -122,7 +122,7 @@
|
||||
& > p {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
max-width: calc(100% - 30px);
|
||||
max-width: calc(100% - 32px);
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user