prevent following content from moving down

This commit is contained in:
Florian Scholdei
2019-09-19 15:52:46 +02:00
parent b755e6e1f8
commit aa405a2eb0

View File

@@ -46,6 +46,10 @@ const styles = {
diff: {
"& > colgroup .diff-gutter-col": {
width: "3.25rem"
},
/* prevent following content from moving down */
"& > .diff-gutter:empty:hover::after": {
fontSize: "0.7rem"
}
}
};