Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit caeb843

Browse files
committed
udpated css for button spacing
1 parent 3bec098 commit caeb843

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

runestone/common/css/runestone-custom-sphinx-bootstrap.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ input[type="button"].btn.btn-sm {
162162
}
163163

164164
.btn {
165-
margin: 5px 0;
165+
margin: 5px;
166166
}
167167

168168
.btn.disabled {
@@ -186,6 +186,11 @@ input[type="button"].btn.btn-sm {
186186
color: #fff;
187187
}
188188

189+
input[type="radio"],
190+
input[type="checkbox"] {
191+
margin-right: 5px;
192+
}
193+
189194
.tooltip {
190195
z-index: 2000 !important;
191196
}

0 commit comments

Comments
 (0)