Skip to content

Commit 9c02c61

Browse files
BUG: fix the CSS for dt / dd to only apply to xarray repr (#4594)
1 parent 4be6653 commit 9c02c61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xarray/static/css/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ dl.xr-attrs {
298298
grid-template-columns: 125px auto;
299299
}
300300

301-
.xr-attrs dt, dd {
301+
.xr-attrs dt,
302+
.xr-attrs dd {
302303
padding: 0;
303304
margin: 0;
304305
float: left;

0 commit comments

Comments
 (0)