Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
c32e3567
Unverified
Commit
c32e3567
authored
Jan 24, 2018
by
Robb Hamilton
Committed by
GitHub
Jan 24, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #290 from rhamilto/issue-2716
Prohibit horizontal resizing of textarea inside origin-modal-popup
parents
56c7a9dd
b40803cd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
+11
-0
_modal-popup.less
dist/less/_modal-popup.less
+4
-0
origin-web-common.css
dist/origin-web-common.css
+3
-0
_modal-popup.less
src/styles/_modal-popup.less
+4
-0
No files found.
dist/less/_modal-popup.less
View file @
c32e3567
...
...
@@ -86,6 +86,10 @@
margin-top: 0;
padding: 10px @grid-gutter-width 10px (@grid-gutter-width / 2);
}
textarea {
resize: vertical; // so the textarea cannot be resized wider than the popup
}
}
.origin-modal-popup-backdrop.modal-backdrop {
...
...
dist/origin-web-common.css
View file @
c32e3567
...
...
@@ -415,6 +415,9 @@ div.hopscotch-bubble .hopscotch-nav-button.prev {
margin-top
:
0
;
padding
:
10px
40px
10px
20px
;
}
.origin-modal-popup
textarea
{
resize
:
vertical
;
}
.origin-modal-popup-backdrop.modal-backdrop
{
background-color
:
transparent
;
cursor
:
not-allowed
;
...
...
src/styles/_modal-popup.less
View file @
c32e3567
...
...
@@ -86,6 +86,10 @@
margin-top: 0;
padding: 10px @grid-gutter-width 10px (@grid-gutter-width / 2);
}
textarea {
resize: vertical; // so the textarea cannot be resized wider than the popup
}
}
.origin-modal-popup-backdrop.modal-backdrop {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment