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

Commit 07760e7

Browse files
committed
Adjust tab badding so that the new dataflash tab doesn't cause the tabs
to wrap.
1 parent 400ac56 commit 07760e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

main.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ input[type="number"]::-webkit-inner-spin-button {
271271

272272
#tabs li {
273273
float: left;
274-
margin-right: 5px;
274+
margin-right: 4px;
275275

276276
border: 1px solid #848484;
277277
border-bottom: 0;
@@ -282,9 +282,7 @@ input[type="number"]::-webkit-inner-spin-button {
282282

283283
height: 15px;
284284

285-
padding: 5px;
286-
padding-left: 6px;
287-
padding-right: 6px;
285+
padding: 5px 4px;
288286

289287
background-color: #d0d0d0;
290288
}

0 commit comments

Comments
 (0)