Material is a "flex" theme. Better to use "gap" in place of "margin" to
add some space between elements inside "flex" elements.
This fixes the problem specially when there are text elements inside the
"flex" and don't hurt when there are images.
Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
.ifacebadge {
display: inline-flex;
+ gap: .2rem;
padding: .5rem .8rem;
border-bottom: thin solid #ccc;
background: #eee;
.ifacebadge > img {
display: inline-block;
align-self: flex-start;
- margin: 0 .2rem;
-}
-
-.ifacebadge > img + img {
- margin: 0 .2rem 0 0;
}
.network-status-table {