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