mirror of https://github.com/Chocobozzz/PeerTube
removed minimum width css to fit mobile devices with lesser width (#3090)
* Update instance-features-table.component.scss removed this minimum width option because on mobile phones this resulted in page being larger than the phone width * Update instance-features-table.component.scss removed blank lines as requestedpull/3096/head
parent
aea53cc649
commit
39392b24e2
|
@ -7,8 +7,6 @@ table {
|
||||||
|
|
||||||
.label,
|
.label,
|
||||||
.sub-label {
|
.sub-label {
|
||||||
min-width: 330px;
|
|
||||||
|
|
||||||
&.label {
|
&.label {
|
||||||
font-weight: $font-semibold;
|
font-weight: $font-semibold;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue