mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
Fix: long talkgroup description overflowing
This commit is contained in:
parent
5a1e2e119c
commit
37cee04d77
|
|
@ -29,6 +29,13 @@
|
|||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: 24px;
|
||||
width: calc(100% - 48px);
|
||||
}
|
||||
|
||||
.radio-control,
|
||||
.radio-display,
|
||||
.radio-led {
|
||||
width: inherit;
|
||||
}
|
||||
|
||||
.radio-display {
|
||||
|
|
|
|||
Loading…
Reference in a new issue