File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This changelog tracks the Rust `svdtools` project. See
5
5
6
6
## [ Unreleased]
7
7
8
+ * Prevent collapsing columns in HTML ` register-map-table ` with ` min-width `
8
9
* Protect from using one ` enumeratedValues ` in fields with different width
9
10
10
11
## [ v0.3.17] 2024-07-05
Original file line number Diff line number Diff line change 45
45
.bitfield td .separated {
46
46
background-color : # eee ;
47
47
}
48
+ .register-map-table th {
49
+ min-width : 15px ;
50
+ }
48
51
summary {
49
52
/* fix bootstrap 2 bug, https://github.com/twbs/bootstrap/issues/21060 */
50
53
display : list-item;
82
85
fields covered
83
86
</ div >
84
87
< div class ="progress ">
85
-
88
+
86
89
< div class ="progress-bar progress-bar-success " style ="width: {{ device.progress }}% ">
87
90
</ div >
88
91
</ div >
You can’t perform that action at this time.
0 commit comments