Make sure grid action links preserve white-space
i.e. don't wrap between link icon and text!
This commit is contained in:
parent
ff3ee351d1
commit
a4d6c6694a
3 changed files with 17 additions and 0 deletions
15
tailbone/static/themes/falafel/css/grids.css
Normal file
15
tailbone/static/themes/falafel/css/grids.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
|
||||
/********************************************************************************
|
||||
* grids.css
|
||||
*
|
||||
* Style tweaks for the Buefy grids.
|
||||
********************************************************************************/
|
||||
|
||||
|
||||
/******************************
|
||||
* actions column
|
||||
******************************/
|
||||
|
||||
a.grid-action {
|
||||
white-space: nowrap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue