Clear br.clear as well as div

pull/3630/head
Isaac Connor 2022-10-20 09:27:25 -04:00
parent b066e936c7
commit b1579d953d
1 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,8 @@ ul.tabList li.active a {
white-space: nowrap;
}
div.clear {
div.clear,
br.clear {
clear: both;
}