9 lines
155 B
SCSS
Raw Normal View History

2020-06-17 10:25:54 +01:00
%definition-table > dl {
display: grid;
grid-template-columns: 140px auto;
grid-gap: 0.4em 20px;
2020-06-17 10:25:54 +01:00
}
%definition-table .copy-button {
float: left;
}