mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
14 lines
165 B
Plaintext
14 lines
165 B
Plaintext
.media-object {
|
|
display: flex;
|
|
}
|
|
|
|
.media-left {
|
|
> .zondicon {
|
|
vertical-align: sub; // Trial and error bullshit
|
|
}
|
|
}
|
|
|
|
.media-body {
|
|
flex: 1;
|
|
}
|