I\'m working on JSF, and I\'m using this code to display an error box.
Funnily enough, adjusting the padding seems to do it.
.arrow { border: solid rgb(2, 0, 0); border-width: 0 3px 3px 0; display: inline-block; } .first{ padding: 2vh; } .second{ padding: 4vh; } .left { transform: rotate(135deg); -webkit-transform: rotate(135deg); }