Remove max width on p element in the header

This commit is contained in:
leigh-mil 2019-09-20 13:38:56 -04:00
parent 4ba3e6cd97
commit a342aed7e2

View File

@ -14,6 +14,7 @@
p {
margin: 0;
max-width: none;
}
button.icon-tooltip {