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:
Alexandra Ciobica
2019-07-24 14:09:08 +03:00
committed by Tim Abbott
parent 8b78eca759
commit 13bdc655c9

View File

@@ -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;
}