mirror of
https://github.com/status-im/consul.git
synced 2025-01-19 02:03:00 +00:00
28b1e642cb
Various CSS tweaks/HTML cleanup around upstreams (but impacts other 'rows') - Prefer {{tooltip}} to <Tooltip> - Removed some now unnecessary spans - Stop using an empty class="" for styling purposes. - Renamed any classes used to identify response properties to follow the exact property name but kebab-cased. - Fixed up the alignment of things in the rows when used with a 'tiny copy button' (see screengrab) which was minus positioning and knocking things out (pending a proper refactor of our copy button CSS which is from the very very start of things)
10 lines
183 B
SCSS
10 lines
183 B
SCSS
%definition-table > dl {
|
|
display: grid;
|
|
grid-template-columns: 140px auto;
|
|
grid-gap: 0.4em 20px;
|
|
margin-bottom: 1.4em;
|
|
}
|
|
%definition-table dd > * {
|
|
display: inline-block;
|
|
}
|