mirror of
https://github.com/wassname/template.git
synced 2026-09-11 12:51:52 +08:00
Style fixes; moving away from contain: content to avoid cutting off hover boxes.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { Template } from '../mixins/template';
|
||||
import { body } from '../helpers/layout';
|
||||
|
||||
const T = Template('d-appendix', `
|
||||
<style>
|
||||
|
||||
d-appendix {
|
||||
contain: content;
|
||||
contain: layout style;
|
||||
font-size: 0.8em;
|
||||
line-height: 1.7em;
|
||||
margin-top: 60px;
|
||||
|
||||
Reference in New Issue
Block a user