Prevent select element in General settings overflowing in a room with very long room-id (#11597)
* #25614 Updated mx_Field select * making the changes reset * #25614 Updated mx_Field select * Changes made in the grid and Select tag * Adding test for mx_Field overflow * Adding test for mx_Field overflow for long address * Adding test for mx_Field overflow after formatting --------- Co-authored-by: R Midhun Suresh <hi@midhun.dev>
This commit is contained in:
parent
54fa9a572e
commit
54ca20df4b
3 changed files with 28 additions and 1 deletions
|
@ -28,7 +28,7 @@ limitations under the License.
|
|||
|
||||
.mx_SettingsSection_subSections {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
grid-gap: $spacing-32;
|
||||
|
||||
padding: $spacing-16 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue