Make sure grid action links preserve white-space

i.e. don't wrap between link icon and text!
This commit is contained in:
Lance Edgar 2019-07-01 11:46:52 -05:00
parent ff3ee351d1
commit a4d6c6694a
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/********************************************************************************
* grids.css
*
* Style tweaks for the Buefy grids.
********************************************************************************/
/******************************
* actions column
******************************/
a.grid-action {
white-space: nowrap;
}