remove btn-group:after

This commit is contained in:
Arthur Lu 2022-12-19 17:35:55 -08:00
parent ce7466ac04
commit 727c23cec3
2 changed files with 4 additions and 8 deletions

View File

@ -14,8 +14,10 @@
<fieldset id="user-configurable">
<legend>Change Configuration</legend>
<div class="labels-inputs">
<div id="labels"></div>
<div id="inputs"></div>
<div id="labels">
</div>
<div id="inputs">
</div>
</div>
<div class="btn-group" id="form-actions">
<button id="cancel">CANCEL</button>

View File

@ -60,12 +60,6 @@ p {
border: none;
}
.btn-group:after {
content: "";
clear: both;
display: table;
}
.btn-group button:hover {
background-color: #008800;
}