Fix input field in sharing dialog doesn't get a fullwidth

This commit is contained in:
Hadi Nategh 2021-07-08 16:15:35 +02:00
parent 29acd3ddc9
commit 2be47ffce2

View File

@ -2284,7 +2284,7 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button.right {
color: white; color: white;
background-color: red; background-color: red;
} }
div.ui-dialog div.ui-dialog-content > div[id] { div.ui-dialog div.ui-dialog-content > div {
width: 100%; width: 100%;
} }
/** /**