mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Add display flex on active table row to fix misalignment
This commit is contained in:
committed by
Maikel Linke
parent
165af4b812
commit
02fd87158e
@@ -68,7 +68,11 @@
|
||||
margin-right: 0;
|
||||
|
||||
&, & > a.row {
|
||||
display: block;
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -96,7 +100,7 @@
|
||||
|
||||
&:hover, &:active, &:focus {
|
||||
// color: $dark-grey
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user