15 lines
348 B
CSS
15 lines
348 B
CSS
|
|
/********************************************************************************
|
|
* grids.css
|
|
*
|
|
* Style tweaks for the Buefy grids.
|
|
********************************************************************************/
|
|
|
|
|
|
/******************************
|
|
* actions column
|
|
******************************/
|
|
|
|
a.grid-action {
|
|
white-space: nowrap;
|
|
}
|