/*
 * notion-enhancer: truncated titles
 * (c) 2021 admiraldus (https://github.com/admiraldus)
 * (c) 2021 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
 * (https://notion-enhancer.github.io/) under the MIT license
 */

.truncated_titles--tooltip {
  display: inline-flex;
  align-items: center;
}

.truncated_titles--tooltip svg {
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}