Add monospace font on pre elements to ensure same width of elements

This commit is contained in:
Bjarne Fyrstenborg
2018-07-15 20:23:54 +02:00
parent d697e46f24
commit 130dabfdce

View File

@@ -166,6 +166,7 @@ ul.color-picker li a {
.control-group.color-picker-preval pre {
display: inline;
font-family: monospace;
margin-right: 10px;
margin-left: 10px;
width: 50%;