Merge pull request #6498 from SimonBrandner/fix/screen-picker-sizing/18281

Fix sizing issues of the screen picker
This commit is contained in:
Travis Ralston 2021-08-05 15:39:12 -06:00 committed by GitHub
commit 4dcf2c7038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}
}