Merge "Add mobile breakpoint to confirm submit dialog for mobile"

This commit is contained in:
Kasper Nilsson
2018-06-30 01:15:33 +00:00
committed by Gerrit Code Review

View File

@@ -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"