Merge pull request #5346 from vector-im/dbkr/dialog_pad_right

Add padding-right to Dialogs
pull/5375/head
David Baker 2017-10-19 16:19:40 +01:00 committed by GitHub
commit b2e9b36978
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,14 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_ChatInviteDialog {
/* XXX: padding-left is on mx_Dialog but padding-right has subsequently
* been added on other dialogs. Surely all our dialogs should have consistent
* right hand padding?
*/
padding-right: 58px;
}
/* Using a textarea for this element, to circumvent autofill */
.mx_ChatInviteDialog_input,
.mx_ChatInviteDialog_input:focus