1 2 3 4 5 6 7 8 9 10 11 12 13 14
#error-bar { box-sizing: border-box; width: 100%; background-color: var(--failure); color: white; padding: .2em; text-align: center; word-wrap: break-word; white-space: pre-wrap; } #error-bar:empty { display: none; }