mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
change min-width
This commit is contained in:
parent
7a68c98350
commit
65142d8cb3
@ -1115,8 +1115,7 @@
|
||||
&:first-child {
|
||||
//overflow: auto;
|
||||
max-width: 300px;
|
||||
min-width: 300px;
|
||||
width: 300px;
|
||||
min-width: 100px;
|
||||
position: absolute;
|
||||
word-break: break-word;
|
||||
background: @cp_form-bg1;
|
||||
@ -1126,7 +1125,7 @@
|
||||
visibility: hidden;
|
||||
//overflow: auto;
|
||||
max-width: 300px;
|
||||
min-width: 300px;
|
||||
min-width: 100px;
|
||||
width: 300px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user