Use monospaced font for options page whitelist entries

This commit is contained in:
hensm
2020-07-23 12:30:14 +01:00
parent 71e262c88a
commit ab6fe6de7e

View File

@@ -387,6 +387,7 @@ button.ghost:not(:hover) {
.editable-list__title {
flex: 1;
font-family: monospace;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;