Fix sizing issue of the screen picker

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-28 20:58:24 +02:00
parent e7151ebf2d
commit f16b1d46b7
No known key found for this signature in database
GPG Key ID: 55C211A1226CB17D
1 changed files with 0 additions and 2 deletions

View File

@ -35,7 +35,6 @@ limitations under the License.
.mx_desktopCapturerSourcePicker_source_thumbnail {
margin: 4px;
padding: 4px;
width: 312px;
border-width: 2px;
border-radius: 8px;
border-style: solid;
@ -53,6 +52,5 @@ limitations under the License.
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 312px;
}
}