説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

HeatmapValuesEditor.uss 405B

123456789101112131415161718192021222324252627
  1. .sg-heatmap__heat-field,
  2. .sg-heatmap__subgraph-picker {
  3. margin-right: 0;
  4. }
  5. .sg-heatmap__node-label {
  6. flex-grow: 1;
  7. -unity-text-align: middle-left;
  8. margin-left: 4px;
  9. }
  10. .sg-heatmap__list,
  11. .sg-heatmap__help-box {
  12. margin-bottom: 7px;
  13. }
  14. .sg-heatmap__list {
  15. max-height: none;
  16. }
  17. .sg-heatmap__help-box--hidden {
  18. display: none;
  19. }
  20. .unity-foldout__content {
  21. margin-left: 15px;
  22. }