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