git repos / blockattack-game

source/misc/embedded_libs/fmt-8.1.1/doc/bootstrap/mixins/text-overflow.less

browsing at commit = 5d36f49f37cdc689e53ee4e79aa6ce8767cb8b85

raw · blame · history

// Text overflow
// Requires inline-block or block for proper styling

.text-overflow() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}