dyedurham / SbManager

Installable web ui for managing Azure/Windows Service Bus
Apache License 2.0
31 stars 16 forks source link

make a space between the icon and scheduled text #71

Closed jonyeezs closed 8 years ago

jonyeezs commented 8 years ago

RE: Peek on Scheduled Messages

There was an inconsistency with the spacing between the time icon and the Scheduled Message title

The problem is that the height of the time icon is smaller than deadletter's and active's and because the icon's span's height and width are auto-assign this gets a different look.

A dirty fix for it all to look the same is to prefix the spacing. Rather than putting if statements which would make the template a little nastier looking. The view for all three messages look the same with this.