Merge "Add mobile breakpoint to confirm submit dialog for mobile"
This commit is contained in:
@@ -30,6 +30,12 @@ limitations under the License.
|
||||
p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
@media screen and (max-width: 50em) {
|
||||
#dialog {
|
||||
min-width: inherit;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<gr-confirm-dialog
|
||||
id="dialog"
|
||||
|
Reference in New Issue
Block a user