Skip to content

Commit

Permalink
Merge pull request #5346 from vector-im/dbkr/dialog_pad_right
Browse files Browse the repository at this point in the history
Add padding-right to Dialogs
  • Loading branch information
dbkr committed Oct 19, 2017
2 parents 289743c + ea459c8 commit b2e9b36
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2e9b36

Please sign in to comment.