Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
258ae974
Commit
258ae974
authored
Nov 17, 2015
by
Paul Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1110 from mdanse/patch-1
Add nowrap to action icons table cell
parents
beb38426
84139870
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
admin.css
flask_admin/static/admin/css/bootstrap3/admin.css
+5
-0
No files found.
flask_admin/static/admin/css/bootstrap3/admin.css
View file @
258ae974
...
@@ -38,6 +38,11 @@
...
@@ -38,6 +38,11 @@
margin
:
1px
0
0
0
;
margin
:
1px
0
0
0
;
}
}
/* List View - prevent word wrap on buttons column, to keep it on one line */
.list-buttons-column
{
white-space
:
nowrap
;
}
/* Filters */
/* Filters */
table
.filters
{
table
.filters
{
border-collapse
:
collapse
;
border-collapse
:
collapse
;
...
...
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