Small CSS hack to fix a display glitch

This commit is contained in:
benmcmahon100
2015-08-17 14:30:57 +01:00
parent d601240b98
commit a11064ba74

View File

@ -1163,6 +1163,10 @@ hr {
font: normal normal normal 14px/1 FontAwesome !important;
}
#testSuite > div >.row {
margin: 0!important;
}
//uncomment this to see the dimensions of all elements outlined in red
//* {
// border-color: red;