mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
prevent following content from moving down
This commit is contained in:
@@ -46,6 +46,10 @@ const styles = {
|
|||||||
diff: {
|
diff: {
|
||||||
"& > colgroup .diff-gutter-col": {
|
"& > colgroup .diff-gutter-col": {
|
||||||
width: "3.25rem"
|
width: "3.25rem"
|
||||||
|
},
|
||||||
|
/* prevent following content from moving down */
|
||||||
|
"& > .diff-gutter:empty:hover::after": {
|
||||||
|
fontSize: "0.7rem"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user