Skip to content

Commit b337930

Browse files
haslinghuischmelevskij
authored andcommitted
Fix column width (betaflight#3903)
1 parent 2f6dfee commit b337930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/tabs/logging.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
margin-top: 10px;
3030
dt {
3131
float: left;
32-
width: 120px;
32+
width: fit-content;
3333
height: 20px;
3434
line-height: 20px;
3535
font-weight: bold;

0 commit comments

Comments
 (0)