Skip to content

Commit a765f5a

Browse files
committed
fix(tpl): make workaround CSS style for legacy browser
1 parent 5829e6c commit a765f5a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tpl/assert/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ input, button {
158158
flex-flow: row nowrap;
159159
align-items: center;
160160
border-bottom: 1px #f5f5f5 solid;
161+
zoom: 1;
161162
}
162163

163164
.item-list span {

src/tpl/assert/main.css.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ display: flex;
138138
flex-flow: row nowrap;
139139
align-items: center;
140140
border-bottom: 1px #f5f5f5 solid;
141+
zoom: 1;
141142
}
142143
.item-list span {
143144
margin-left: 1em;

0 commit comments

Comments
 (0)